@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.ComboBox
ComboBox.| Modifier and Type | Optional Element and Description |
|---|---|
FilteringMode |
filteringMode
Get the filtering mode.
|
String |
inputPrompt
Get the input prompt.
|
int |
pageLength
Get the page length.
|
boolean |
scrollToSelectedItem
Get whether to scroll to the selected item.
|
boolean |
textInputAllowed
Get whether text input is allowed.
|
Class<? extends ComboBox> |
type
Get the
ComboBox type that will edit the property. |
public abstract String inputPrompt
ComboBox.setInputPrompt(java.lang.String)public abstract int pageLength
ComboBox.setPageLength(int)public abstract boolean scrollToSelectedItem
ComboBox.setScrollToSelectedItem(boolean)public abstract boolean textInputAllowed
ComboBox.setTextInputAllowed(boolean)public abstract FilteringMode filteringMode
ComboBox.setFilteringMode(com.vaadin.shared.ui.combobox.FilteringMode)Copyright © 2017. All rights reserved.