com.vaadin.client.ui
Class VNativeSelect

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

public class VNativeSelect
extends VOptionGroupBase
implements Field


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
VNativeSelect()
           
 
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 setTabIndex(int tabIndex)
           
 void setWidth(java.lang.String width)
           
protected  void updateEnabledState()
           
 
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

VNativeSelect

public VNativeSelect()
Method Detail

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.

Specified by:
focus in interface Focusable


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