public class VTwinColSelect extends VOptionGroupBase implements com.google.gwt.event.dom.client.KeyDownHandler, com.google.gwt.event.dom.client.MouseDownHandler, com.google.gwt.event.dom.client.DoubleClickHandler, SubPartAware
| Modifier and Type | Class and Description |
|---|---|
class |
VTwinColSelect.DoubleClickListBox
A ListBox which catches double clicks.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.user.client.ui.FlowPanel |
captionWrapper
For internal use only.
|
static String |
CLASSNAME |
CLASSNAME_OPTION, client, cols, container, immediate, multiselect, newItemButton, newItemField, nullSelectionAllowed, nullSelectionItemAvailable, optionsContainer, paintableId, rows, selectedKeys| Constructor and Description |
|---|
VTwinColSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOptions(UIDL uidl)
For internal use only.
|
void |
clearInternalHeights()
For internal use only.
|
void |
clearInternalWidths()
For internal use only.
|
void |
focus() |
protected int |
getNavigationSelectKey()
Get the key that selects an item in the table.
|
com.google.gwt.user.client.ui.HTML |
getOptionsCaption() |
protected String[] |
getSelectedItems() |
com.google.gwt.user.client.ui.HTML |
getSelectionsCaption() |
com.google.gwt.user.client.Element |
getSubPartElement(String subPart) |
String |
getSubPartName(com.google.gwt.user.client.Element subElement) |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onDoubleClick(com.google.gwt.event.dom.client.DoubleClickEvent event) |
void |
onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent event) |
void |
onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event) |
void |
setInternalHeights()
For internal use only.
|
void |
setInternalWidths()
For internal use only.
|
void |
setTabIndex(int tabIndex) |
void |
updateCaptions(UIDL uidl)
For internal use only.
|
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 com.google.gwt.user.client.ui.FlowPanel captionWrapper
public com.google.gwt.user.client.ui.HTML getOptionsCaption()
public com.google.gwt.user.client.ui.HTML getSelectionsCaption()
public void updateCaptions(UIDL uidl)
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 clearInternalHeights()
public void setInternalHeights()
public void clearInternalWidths()
public void setInternalWidths()
public void setTabIndex(int tabIndex)
setTabIndex in class VOptionGroupBasepublic void updateEnabledState()
updateEnabledState in class VOptionGroupBaseprotected int getNavigationSelectKey()
public void onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent event)
onKeyDown in interface com.google.gwt.event.dom.client.KeyDownHandlerpublic void onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent event)
onMouseDown in interface com.google.gwt.event.dom.client.MouseDownHandlerpublic void onDoubleClick(com.google.gwt.event.dom.client.DoubleClickEvent event)
onDoubleClick in interface com.google.gwt.event.dom.client.DoubleClickHandlerpublic com.google.gwt.user.client.Element getSubPartElement(String subPart)
getSubPartElement in interface SubPartAwarepublic String getSubPartName(com.google.gwt.user.client.Element subElement)
getSubPartName in interface SubPartAwareCopyright © 2021 Vaadin Ltd. All rights reserved.