Uses of Class
com.vaadin.ui.AbstractSelect
-
Packages that use AbstractSelect Package Description com.vaadin.data.fieldgroup com.vaadin.ui -
-
Uses of AbstractSelect in com.vaadin.data.fieldgroup
Methods in com.vaadin.data.fieldgroup that return AbstractSelect Modifier and Type Method Description protected AbstractSelectDefaultFieldGroupFieldFactory. createCompatibleSelect(Class<? extends AbstractSelect> fieldType)Methods in com.vaadin.data.fieldgroup with parameters of type AbstractSelect Modifier and Type Method Description protected voidDefaultFieldGroupFieldFactory. populateWithEnumData(AbstractSelect select, Class<? extends Enum> enumClass)Populates the given select with all the enums in the givenEnumclass.Method parameters in com.vaadin.data.fieldgroup with type arguments of type AbstractSelect Modifier and Type Method Description protected AbstractSelectDefaultFieldGroupFieldFactory. createCompatibleSelect(Class<? extends AbstractSelect> fieldType) -
Uses of AbstractSelect in com.vaadin.ui
Subclasses of AbstractSelect in com.vaadin.ui Modifier and Type Class Description classComboBoxA filtering dropdown single-select.classListSelectThis is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classNativeSelectThis is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.classOptionGroupConfigures select to be used as an option group.classSelectDeprecated.As of 7.0.classTableTableis used for representing data or components in a pageable and selectable table.classTreeTree component.classTreeTableclassTwinColSelectMultiselect component with two lists: left side for available items and right side for selected items.Methods in com.vaadin.ui that return AbstractSelect Modifier and Type Method Description protected AbstractSelectGrid.EditorFieldFactory. createCompatibleSelect(Class<? extends AbstractSelect> fieldType)AbstractSelectForm. replaceWithSelect(Object propertyId, Object[] values, Object[] descriptions)Deprecated.Sets the form field to be selectable from static list of changes.Methods in com.vaadin.ui with parameters of type AbstractSelect Modifier and Type Method Description protected voidGrid.EditorFieldFactory. populateWithEnumData(AbstractSelect select, Class<? extends Enum> enumClass)Method parameters in com.vaadin.ui with type arguments of type AbstractSelect Modifier and Type Method Description protected AbstractSelectGrid.EditorFieldFactory. createCompatibleSelect(Class<? extends AbstractSelect> fieldType)Constructors in com.vaadin.ui with parameters of type AbstractSelect Constructor Description AcceptItem(AbstractSelect select, Object... itemId)TargetItemIs(AbstractSelect select, Object... itemId)
-