Example usage for Java com.vaadin.ui NativeSelect fields, constructors, methods, implement or subclass
The text is from its open source code.
NativeSelect(String caption) Creates a new NativeSelect with the given caption and no items. | |
NativeSelect() Creates a new NativeSelect with an empty caption and no items. | |
NativeSelect(String caption, Collection Creates a new NativeSelect with the given caption, containing the data items in the given collection. | |
NativeSelect(String caption, DataProvider Creates a new NativeSelect with the given caption, using the given DataProvider as the source of data items. |
void | setItemCaptionGenerator(ItemCaptionGenerator |
void | setItems(Collection |