Uses of Class
com.vaadin.shared.ui.abstractmultiselect.AbstractMultiSelectState
-
Packages that use AbstractMultiSelectState Package Description com.vaadin.client.connectors com.vaadin.shared.ui.listselect com.vaadin.shared.ui.optiongroup com.vaadin.shared.ui.twincolselect com.vaadin.ui -
-
Uses of AbstractMultiSelectState in com.vaadin.client.connectors
Methods in com.vaadin.client.connectors that return AbstractMultiSelectState Modifier and Type Method Description AbstractMultiSelectState
AbstractMultiSelectConnector. getState()
-
Uses of AbstractMultiSelectState in com.vaadin.shared.ui.listselect
Subclasses of AbstractMultiSelectState in com.vaadin.shared.ui.listselect Modifier and Type Class Description class
ListSelectState
Shared state for ListSelect component. -
Uses of AbstractMultiSelectState in com.vaadin.shared.ui.optiongroup
Subclasses of AbstractMultiSelectState in com.vaadin.shared.ui.optiongroup Modifier and Type Class Description class
CheckBoxGroupState
Shared state for the CheckBoxGroup component. -
Uses of AbstractMultiSelectState in com.vaadin.shared.ui.twincolselect
Subclasses of AbstractMultiSelectState in com.vaadin.shared.ui.twincolselect Modifier and Type Class Description class
TwinColSelectState
Shared state for the TwinColSelect component. -
Uses of AbstractMultiSelectState in com.vaadin.ui
Methods in com.vaadin.ui that return AbstractMultiSelectState Modifier and Type Method Description protected AbstractMultiSelectState
AbstractMultiSelect. getState()
protected AbstractMultiSelectState
AbstractMultiSelect. getState(boolean markAsDirty)
-