com.vaadin.client.ui
Class VOptionGroup

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

public class VOptionGroup
extends VOptionGroupBase


Field Summary
 java.util.List<com.google.gwt.event.shared.HandlerRegistration> blurHandlers
          For internal use only.
static java.lang.String CLASSNAME
           
 java.util.List<com.google.gwt.event.shared.HandlerRegistration> focusHandlers
          For internal use only.
 boolean htmlContentAllowed
          For internal use only.
 Panel panel
          For internal use only.
 boolean sendBlurEvents
          For internal use only.
 boolean sendFocusEvents
          For internal use only.
 
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
VOptionGroup()
           
 
Method Summary
 void buildOptions(UIDL uidl)
          For internal use only.
 void focus()
          Sets focus to this widget.
protected  java.lang.String[] getSelectedItems()
           
 void onBlur(BlurEvent arg0)
           
 void onClick(ClickEvent event)
           
 void onFocus(FocusEvent arg0)
           
 void setTabIndex(int tabIndex)
           
protected  void updateEnabledState()
           
 
Methods inherited from class com.vaadin.client.ui.VOptionGroupBase
getColumns, getRows, getSelectedItem, isEnabled, isImmediate, isMultiselect, isNullSelectionAllowed, isNullSelectionItemAvailable, isReadonly, onChange, 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

panel

public final Panel panel
For internal use only. May be removed or replaced in the future.


sendFocusEvents

public boolean sendFocusEvents
For internal use only. May be removed or replaced in the future.


sendBlurEvents

public boolean sendBlurEvents
For internal use only. May be removed or replaced in the future.


focusHandlers

public java.util.List<com.google.gwt.event.shared.HandlerRegistration> focusHandlers
For internal use only. May be removed or replaced in the future.


blurHandlers

public java.util.List<com.google.gwt.event.shared.HandlerRegistration> blurHandlers
For internal use only. May be removed or replaced in the future.


htmlContentAllowed

public boolean htmlContentAllowed
For internal use only. May be removed or replaced in the future.

Constructor Detail

VOptionGroup

public VOptionGroup()
Method Detail

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

onClick

public void onClick(ClickEvent event)
Overrides:
onClick in class VOptionGroupBase

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.


onFocus

public void onFocus(FocusEvent arg0)

onBlur

public void onBlur(BlurEvent arg0)


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