-
Notifications
You must be signed in to change notification settings - Fork 7
ComboBox
appreciated edited this page Aug 5, 2017
·
7 revisions
You can choose from the following ComboBox styles
Create the ComboBox as follows
ComboBox<String> combobox = new ComboBox<>();
// Take one of the constants from below
combobox.addStyleNames(JAVA_CONSTANT1, JAVA_CONSTANT2);
// Now you can add the Button to your View
ComboBox combo = new ComboBox();
// Take one of the constants from below
combobox.addStyleNames(JAVA_CONSTANT1, JAVA_CONSTANT2);
// Now you can add the Button to your View
Description | Java Constant | Stylename |
---|---|---|
Default | - | - |
Borderless | COMBOBOX_BORDERLESS | "borderless" |
Custom Colored | COMBOBOX_CUSTOM | "custom" |
Floating / Elevated | COMBOBOX_FLOATING | "floating" |