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, setReadonly
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, 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, toString
public 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)
VOptionGroupBase
buildOptions
in class VOptionGroupBase
protected String[] getSelectedItems()
getSelectedItems
in class VOptionGroupBase
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
onClick
in class VOptionGroupBase
public void setTabIndex(int tabIndex)
setTabIndex
in class VOptionGroupBase
protected void updateEnabledState()
updateEnabledState
in class VOptionGroupBase
public void focus()
Focusable
public void onFocus(com.google.gwt.event.dom.client.FocusEvent arg0)
onFocus
in interface com.google.gwt.event.dom.client.FocusHandler
public void onBlur(com.google.gwt.event.dom.client.BlurEvent arg0)
onBlur
in interface com.google.gwt.event.dom.client.BlurHandler
Copyright © 2019 Vaadin Ltd. All rights reserved.