Uses of Class
com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
-
Uses of SelectorItem in com.jbstrap.ui.components.form.items.selectoritem
Modifier and TypeMethodDescriptionfinal SelectorItem
SelectorWindow.getParentSelectorItem()
Gets the parent selector item instance.final SelectorItem
SelectorItem.setDataColumn
(String dataColumnName) Sets the name of the DataDescriptor column that contains the selector item values.final SelectorItem
SelectorItem.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the DataDescriptor of the selector itemfinal SelectorItem
SelectorItem.setDefaultFilterCriteria
(Criteria criteria) Sets the default filter criteria, that will be applied to the values.SelectorItem.setDefaultValue
(Object defaultValue) Sets the default value of the selector itemfinal SelectorItem
SelectorItem.setDisplayColumn
(String dispalyColumnName) Sets the name of the DataDescriptor column that contains the selector item display values.final SelectorItem
SelectorItem.setDisplayColumns
(String... displayColumns) Sets the name of the DataDescriptor columns that contain the selector item display values.final SelectorItem
SelectorItem.setDisplayColumnSeparator
(String separator) Sets the separator text, that separates the display values.SelectorItem.setEnabled
(boolean enabled) final SelectorItem
SelectorItem.setReadOnly
(boolean readOnly) Sets the selector item to be read only.SelectorItem.setSearchButtonVisible
(boolean visible) Sets if the search button should appear on the right side of the input field.SelectorItem.setState
(FormItemState formItemState) Sets the current value of the selector itemModifierConstructorDescriptionDefaultValueSelector
(SelectorItem parent, String language) DefaultValueSelector
(SelectorItem parent, String language, FilterType filterType) SelectorWindow
(SelectorItem parent, String language)