Uses of Class
com.vaadin.ui.AbstractSelect

Packages that use AbstractSelect
com.vaadin.data.fieldgroup   
com.vaadin.ui   
 

Uses of AbstractSelect in com.vaadin.data.fieldgroup
 

Methods in com.vaadin.data.fieldgroup that return AbstractSelect
protected  AbstractSelect DefaultFieldGroupFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
           
 

Methods in com.vaadin.data.fieldgroup with parameters of type AbstractSelect
protected  void DefaultFieldGroupFieldFactory.populateWithEnumData(AbstractSelect select, Class<? extends Enum> enumClass)
          Populates the given select with all the enums in the given Enum class.
 

Method parameters in com.vaadin.data.fieldgroup with type arguments of type AbstractSelect
protected  AbstractSelect DefaultFieldGroupFieldFactory.createCompatibleSelect(Class<? extends AbstractSelect> fieldType)
           
 

Uses of AbstractSelect in com.vaadin.ui
 

Subclasses of AbstractSelect in com.vaadin.ui
 class ComboBox
          A filtering dropdown single-select.
 class ListSelect
          This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.
 class NativeSelect
          This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.
 class OptionGroup
          Configures select to be used as an option group.
 class Select
           A class representing a selection of items the user has selected in a UI.
 class Table
           Table is used for representing data or components in a pageable and selectable table.
 class Tree
          Tree component.
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 class TwinColSelect
          Multiselect component with two lists: left side for available items and right side for selected items.
 

Methods in com.vaadin.ui that return AbstractSelect
 AbstractSelect Form.replaceWithSelect(Object propertyId, Object[] values, Object[] descriptions)
          Deprecated. Sets the form field to be selectable from static list of changes.
 

Constructors in com.vaadin.ui with parameters of type AbstractSelect
AbstractSelect.AcceptItem(AbstractSelect select, Object... itemId)
           
AbstractSelect.TargetItemIs(AbstractSelect select, Object... itemId)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.