@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.AbstractSelect
AbstractSelect.FieldBuilder.AbstractField,
FieldBuilder| Modifier and Type | Optional Element and Description |
|---|---|
AbstractSelect.ItemCaptionMode |
itemCaptionMode
Get the item caption mode.
|
String |
itemCaptionPropertyId
Get the item caption property ID (which must be a string).
|
String |
itemIconPropertyId
Get the item icon property ID (which must be a string).
|
boolean |
multiSelect
Get multi-select setting.
|
boolean |
newItemsAllowed
Get whether new items are allowed.
|
boolean |
nullSelectionAllowed
Get whether null selection is allowed.
|
String |
nullSelectionItemId
Get the null selection item ID.
|
Class<? extends AbstractSelect> |
type
Get the
AbstractSelect type that will edit the property. |
public abstract Class<? extends AbstractSelect> type
AbstractSelect type that will edit the property.
Although this property has a default value, it must be overridden either in this annotation, or
by also including a more specific annotation such as ComboBox.
public abstract AbstractSelect.ItemCaptionMode itemCaptionMode
AbstractSelect.setItemCaptionMode(com.vaadin.ui.AbstractSelect.ItemCaptionMode)public abstract String itemCaptionPropertyId
AbstractSelect.setItemCaptionPropertyId(java.lang.Object)public abstract String itemIconPropertyId
AbstractSelect.setItemIconPropertyId(java.lang.Object)public abstract String nullSelectionItemId
AbstractSelect.setNullSelectionItemId(java.lang.Object)public abstract boolean multiSelect
AbstractSelect.setMultiSelect(boolean)public abstract boolean newItemsAllowed
AbstractSelect.setNewItemsAllowed(boolean)public abstract boolean nullSelectionAllowed
AbstractSelect.setNullSelectionAllowed(boolean)Copyright © 2017. All rights reserved.