com.vaadin.client.ui
Class VListSelect
java.lang.Object
Composite
com.vaadin.client.ui.VOptionGroupBase
com.vaadin.client.ui.VListSelect
- All Implemented Interfaces:
- Focusable, Field
public class VListSelect
- extends VOptionGroupBase
| Fields inherited from class com.vaadin.client.ui.VOptionGroupBase |
CLASSNAME_OPTION, client, cols, container, immediate, multiselect, newItemButton, newItemField, nullSelectionAllowed, nullSelectionItemAvailable, optionsContainer, paintableId, rows, selectedKeys |
| Methods inherited from class com.vaadin.client.ui.VOptionGroupBase |
getColumns, getRows, getSelectedItem, isEnabled, isImmediate, isMultiselect, isNullSelectionAllowed, isNullSelectionItemAvailable, isReadonly, onClick, onKeyPress, setEnabled, setReadonly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
public static final java.lang.String CLASSNAME
- See Also:
- Constant Field Values
select
protected ListBox select
VListSelect
public VListSelect()
setStyleName
public void setStyleName(java.lang.String style)
setStylePrimaryName
public void setStylePrimaryName(java.lang.String style)
updateStyleNames
protected void updateStyleNames()
getOptionsContainer
protected ListBox getOptionsContainer()
buildOptions
public void buildOptions(UIDL uidl)
- Description copied from class:
VOptionGroupBase
- For internal use only. May be removed or replaced in the future.
- Specified by:
buildOptions in class VOptionGroupBase
getSelectedItems
protected java.lang.String[] getSelectedItems()
- Specified by:
getSelectedItems in class VOptionGroupBase
onChange
public void onChange(ChangeEvent event)
- Overrides:
onChange in class VOptionGroupBase
setHeight
public void setHeight(java.lang.String height)
setWidth
public void setWidth(java.lang.String width)
setTabIndex
public void setTabIndex(int tabIndex)
- Specified by:
setTabIndex in class VOptionGroupBase
updateEnabledState
protected void updateEnabledState()
- Specified by:
updateEnabledState in class VOptionGroupBase
focus
public void focus()
- Description copied from interface:
Focusable
- Sets focus to this widget.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.