public class VOptionGroup extends VOptionGroupBase implements com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.BlurHandler
| Modifier and Type | Field and Description |
|---|---|
List<com.google.gwt.event.shared.HandlerRegistration> |
blurHandlers
For internal use only.
|
static String |
CLASSNAME |
List<com.google.gwt.event.shared.HandlerRegistration> |
focusHandlers
For internal use only.
|
boolean |
htmlContentAllowed
For internal use only.
|
com.google.gwt.user.client.ui.Panel |
panel
For internal use only.
|
boolean |
sendBlurEvents
For internal use only.
|
boolean |
sendFocusEvents
For internal use only.
|
CLASSNAME_OPTION, client, cols, container, immediate, multiselect, newItemButton, newItemField, nullSelectionAllowed, nullSelectionItemAvailable, optionsContainer, paintableId, rows, selectedKeys| Constructor and Description |
|---|
VOptionGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOptions(UIDL uidl)
For internal use only.
|
void |
focus()
Sets focus to this widget.
|
protected String[] |
getSelectedItems() |
void |
onBlur(com.google.gwt.event.dom.client.BlurEvent arg0) |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onFocus(com.google.gwt.event.dom.client.FocusEvent arg0) |
void |
setTabIndex(int tabIndex) |
protected void |
updateEnabledState() |
getColumns, getRows, getSelectedItem, isEnabled, isImmediate, isMultiselect, isNullSelectionAllowed, isNullSelectionItemAvailable, isReadonly, onChange, onKeyPress, setEnabled, setReadonlyclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final String CLASSNAME
public final com.google.gwt.user.client.ui.Panel panel
public boolean sendFocusEvents
public boolean sendBlurEvents
public List<com.google.gwt.event.shared.HandlerRegistration> focusHandlers
public List<com.google.gwt.event.shared.HandlerRegistration> blurHandlers
public boolean htmlContentAllowed
public void buildOptions(UIDL uidl)
VOptionGroupBasebuildOptions in class VOptionGroupBaseprotected String[] getSelectedItems()
getSelectedItems in class VOptionGroupBasepublic void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandleronClick in class VOptionGroupBasepublic void setTabIndex(int tabIndex)
setTabIndex in class VOptionGroupBaseprotected void updateEnabledState()
updateEnabledState in class VOptionGroupBasepublic void focus()
Focusablepublic void onFocus(com.google.gwt.event.dom.client.FocusEvent arg0)
onFocus in interface com.google.gwt.event.dom.client.FocusHandlerpublic void onBlur(com.google.gwt.event.dom.client.BlurEvent arg0)
onBlur in interface com.google.gwt.event.dom.client.BlurHandlerCopyright © 2016 Vaadin Ltd. All rights reserved.