public abstract class WebAbstractOptionsBase<T extends com.vaadin.ui.AbstractSelect> extends WebAbstractOptionsField<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
WebAbstractOptionsBase.CollectionPropertyWrapper |
Field.ValidatorComponent.ActionOwner, Component.ActionsHolder, Component.Alignment, Component.BelongToFrame, Component.Buffered, Component.ChildEditableController, Component.Collapsable, Component.Container, Component.Disposable, Component.Editable, Component.EditableChangeEvent, Component.EditableChangeListener, Component.EditableChangeNotifier, Component.ExpandedStateChangeEvent, Component.ExpandedStateChangeListener, Component.Focusable, Component.HasBorder, Component.HasButtonsPanel, Component.HasCaption, Component.HasFormatter, Component.HasIcon, Component.HasInputPrompt, Component.HasNamedComponents, Component.HasPresentations, Component.HasRowsCount, Component.HasSettings, Component.HasValue, Component.HasXmlDescriptor, Component.LayoutClickEvent, Component.LayoutClickListener, Component.LayoutClickNotifier, Component.Margin, Component.MouseEventDetails, Component.OrderedContainer, Component.OuterMargin, Component.SecuredActionsHolder, Component.ShortcutAction, Component.ShortcutNotifier, Component.ShortcutTriggeredEvent, Component.Spacing, Component.UiPermissionAware, Component.Validatable, Component.ValueChangeEvent, Component.ValueChangeListener, Component.WrapperICON_STYLE, UNIT_SYMBOLSAUTO_SIZE, AUTO_SIZE_PX, UNITS_PERCENTAGE, UNITS_PIXELS| Constructor and Description |
|---|
WebAbstractOptionsBase() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
getValue() |
void |
setDatasource(Datasource datasource,
java.lang.String property)
Set datasource and its property.
|
void |
setOptionsDatasource(CollectionDatasource datasource) |
void |
setRequired(boolean required) |
void |
setValue(java.lang.Object value) |
getCaptionMode, getCaptionProperty, getDescriptionProperty, getOptionsDatasource, getOptionsEnum, getOptionsList, getOptionsMap, getTabIndex, isMultiSelect, setCaptionMode, setCaptionProperty, setDescriptionProperty, setMultiSelect, setOptionsEnum, setOptionsList, setOptionsMap, setTabIndexaddListener, addValidator, addValueChangeListener, getDatasource, getMetaProperty, getMetaPropertyPath, getRequiredMessage, getValidators, isEditable, isRequired, isValid, removeListener, removeValidator, removeValueChangeListener, setEditable, setParent, setRequiredMessage, validateaddStyleName, assignAutoDebugId, getAlignment, getCaption, getComponent, getComponentEnabledFlag, getComponentVisibleFlag, getComposition, getDebugId, getDescription, getFrame, getHeight, getHeightUnits, getIcon, getId, getParent, getStyleName, getWidth, getWidthUnits, getXmlDescriptor, isEnabled, isEnabledItself, isResponsive, isVisible, isVisibleItself, removeStyleName, requestFocus, setAlignment, setCaption, setDebugId, setDescription, setEnabled, setFrame, setHeight, setIcon, setId, setResponsive, setStyleName, setVisible, setWidth, setXmlDescriptor, unwrap, unwrapCompositionaddListener, addListener, fireEvent, hasListeners, removeListener, removeListenerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddValidator, getRequiredMessage, getValidators, isRequired, removeValidator, setRequiredMessagegetDatasource, getMetaProperty, getMetaPropertyPathaddListener, addValueChangeListener, removeListener, removeValueChangeListenerisEditable, isEditableWithParent, setEditablegetFrame, setFrameaddStyleName, getAlignment, getDebugId, getHeight, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthUnits, isEnabled, isEnabledItself, isResponsive, isVisible, isVisibleItself, removeStyleName, requestFocus, setAlignment, setDebugId, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositiongetCaption, getDescription, setCaption, setDescriptionisValid, isValidateOnCommit, validategetIcon, setIconisFocusable, setFocusablepublic void setOptionsDatasource(CollectionDatasource datasource)
setOptionsDatasource in interface OptionsFieldsetOptionsDatasource in class WebAbstractOptionsField<T extends com.vaadin.ui.AbstractSelect>public void setDatasource(Datasource datasource, java.lang.String property)
DatasourceComponentsetDatasource in interface DatasourceComponentsetDatasource in class WebAbstractOptionsField<T extends com.vaadin.ui.AbstractSelect>public void setValue(java.lang.Object value)
setValue in interface Component.HasValuesetValue in class WebAbstractField<T extends com.vaadin.ui.AbstractSelect>public <V> V getValue()
getValue in interface Component.HasValuegetValue in class WebAbstractField<T extends com.vaadin.ui.AbstractSelect>public void setRequired(boolean required)
setRequired in interface FieldsetRequired in class WebAbstractField<T extends com.vaadin.ui.AbstractSelect>