Uses of Class
com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
-
Uses of SelectorWindow in com.jbstrap.ui.components.form.items.selectoritem
Modifier and TypeClassDescriptionclass
The selector item's default selector window.ModifierConstructorDescriptionSelectorItem
(String name, String label, Class<? extends SelectorWindow> selectorClass) Creates a selector item with the specified name and label.SelectorItem
(String name, String label, String language, Class<? extends SelectorWindow> selectorClass) Creates a selector item with the specified name, label and language code.