|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectComposite
com.vaadin.client.ui.VOptionGroupBase
com.vaadin.client.ui.VOptionGroup
public class VOptionGroup
| 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 |
|---|
public static final java.lang.String CLASSNAME
public final Panel panel
public boolean sendFocusEvents
public boolean sendBlurEvents
public java.util.List<com.google.gwt.event.shared.HandlerRegistration> focusHandlers
public java.util.List<com.google.gwt.event.shared.HandlerRegistration> blurHandlers
public boolean htmlContentAllowed
| Constructor Detail |
|---|
public VOptionGroup()
| Method Detail |
|---|
public void buildOptions(UIDL uidl)
VOptionGroupBase
buildOptions in class VOptionGroupBaseprotected java.lang.String[] getSelectedItems()
getSelectedItems in class VOptionGroupBasepublic void onClick(ClickEvent event)
onClick in class VOptionGroupBasepublic void setTabIndex(int tabIndex)
setTabIndex in class VOptionGroupBaseprotected void updateEnabledState()
updateEnabledState in class VOptionGroupBasepublic void focus()
Focusable
public void onFocus(FocusEvent arg0)
public void onBlur(BlurEvent arg0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||