Uses of Class
com.streambase.sb.operator.parameter.UIHints
Package
Description
Provides classes and interfaces to specify parameters for custom operators.
-
Uses of UIHints in com.streambase.sb.operator.parameter
Modifier and TypeMethodDescriptionstatic UIHints
UIHints.create()
Creates a newUIHints
with all values initialized to defaultSBPropertyDescriptor.getUIHints()
Retrieves the currently associatedUIHints
object for this propertyUIHints.setAssociateFieldPicker
(boolean associate) ForString[]
properties only, instructs Studio to display a schema field picker.UIHints.setMaskStringDisplay
(boolean maskStringDisplay) Sets the mask hint, applicable to String property types.UIHints.setNumLines
(int numLines) Sets the number of lines to display this property as, applicable to String property types.UIHints.setProposals
(String... proposals) Set string proposals that will be offered to the user when editing an associated String propertySets the tab name hint.UIHints.setTableColumnNames
(String... tableColumnNames) Set column names to use for properties displayed in a user interface TableUIHints.setTextFont
(UIHints.TextFontHint hint) Set the desired font hint for text-field-like controlsUIHints.setTextWidth
(UIHints.TextWidthHint width) Set the desired width hint for text-field-like controlsModifier and TypeMethodDescriptionSBSimpleBeanInfo.createCharsetPropertyDesc
(UIHints hint, String desc, Class<?> clazz) Same as calling createCharsetPropertyDesc(hint, desc, clazz, true)SBSimpleBeanInfo.createCharsetPropertyDesc
(UIHints hint, String desc, Class<?> clazz, boolean indent) Creates a property descriptor for character set encoding, withCHARSET_PROPOSALS
as the proposals.SBSimpleBeanInfo.createUseDefaultCharsetPropertyDesc
(UIHints hint, Class<?> clazz) Creates a check box property descriptor for users to indicate that they would like to use the platform's default charset for this operator.SBPropertyDescriptor.setUIHints
(UIHints hints) Associate aUIHints
object with this property, providing StreamBase Studio with additional layout and display information for this property.