com.vaadin.client.ui
Class VListSelect

java.lang.Object
  extended by Composite
      extended by com.vaadin.client.ui.VOptionGroupBase
          extended by com.vaadin.client.ui.VListSelect
All Implemented Interfaces:
Focusable, Field

public class VListSelect
extends VOptionGroupBase


Field Summary
static java.lang.String CLASSNAME
           
protected  ListBox select
           
 
Fields inherited from class com.vaadin.client.ui.VOptionGroupBase
CLASSNAME_OPTION, client, cols, container, immediate, multiselect, newItemButton, newItemField, nullSelectionAllowed, nullSelectionItemAvailable, optionsContainer, paintableId, rows, selectedKeys
 
Constructor Summary
VListSelect()
           
 
Method Summary
 void buildOptions(UIDL uidl)
          For internal use only.
 void focus()
          Sets focus to this widget.
protected  ListBox getOptionsContainer()
           
protected  java.lang.String[] getSelectedItems()
           
 void onChange(ChangeEvent event)
           
 void setHeight(java.lang.String height)
           
 void setStyleName(java.lang.String style)
           
 void setStylePrimaryName(java.lang.String style)
           
 void setTabIndex(int tabIndex)
           
 void setWidth(java.lang.String width)
           
protected  void updateEnabledState()
           
protected  void updateStyleNames()
           
 
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
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values

select

protected ListBox select
Constructor Detail

VListSelect

public VListSelect()
Method Detail

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.