|
||||||||||
| 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.VTwinColSelect
public class VTwinColSelect
| Nested Class Summary | |
|---|---|
class |
VTwinColSelect.DoubleClickListBox
A ListBox which catches double clicks |
| Field Summary | |
|---|---|
FlowPanel |
captionWrapper
For internal use only. |
static java.lang.String |
CLASSNAME
|
| 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 | |
|---|---|
VTwinColSelect()
|
|
| Method Summary | |
|---|---|
void |
buildOptions(UIDL uidl)
For internal use only. |
void |
clearInternalHeights()
For internal use only. |
void |
clearInternalWidths()
For internal use only. |
void |
focus()
Sets focus to this widget. |
protected int |
getNavigationSelectKey()
Get the key that selects an item in the table. |
HTML |
getOptionsCaption()
|
protected java.lang.String[] |
getSelectedItems()
|
HTML |
getSelectionsCaption()
|
com.google.gwt.user.client.Element |
getSubPartElement(java.lang.String subPart)
Locates an element inside a component using the identifier provided in subPart. |
java.lang.String |
getSubPartName(com.google.gwt.user.client.Element subElement)
Provides an identifier that identifies the element within the component. |
void |
onClick(ClickEvent event)
|
void |
onDoubleClick(DoubleClickEvent event)
|
void |
onKeyDown(KeyDownEvent event)
|
void |
onMouseDown(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()
|
| 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 FlowPanel captionWrapper
| Constructor Detail |
|---|
public VTwinColSelect()
| Method Detail |
|---|
public HTML getOptionsCaption()
public HTML getSelectionsCaption()
public void updateCaptions(UIDL uidl)
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 clearInternalHeights()
public void setInternalHeights()
public void clearInternalWidths()
public void setInternalWidths()
public void setTabIndex(int tabIndex)
setTabIndex in class VOptionGroupBasepublic void updateEnabledState()
updateEnabledState in class VOptionGroupBasepublic void focus()
Focusable
focus in interface Focusableprotected int getNavigationSelectKey()
public void onKeyDown(KeyDownEvent event)
public void onMouseDown(MouseDownEvent event)
public void onDoubleClick(DoubleClickEvent event)
public com.google.gwt.user.client.Element getSubPartElement(java.lang.String subPart)
SubPartAwaresubPart. The subPart identifier is component specific and
may be any string of characters, numbers, space characters and brackets.
getSubPartElement in interface SubPartAwaresubPart - The identifier for the element inside the component
public java.lang.String getSubPartName(com.google.gwt.user.client.Element subElement)
SubPartAwaresubElement is a part of the component and must never be null.
Note!
getSubPartElement(getSubPartName(element)) == element is not
always true. A component can choose to provide a more generic
identifier for any given element if the results of all interactions with
subElement are the same as interactions with the element
identified by the return value. For example a button can return an
identifier for the root element even though a DIV inside the button was
passed as subElement because interactions with the DIV and the
root button element produce the same result.
getSubPartName in interface SubPartAwaresubElement - The element the identifier string should uniquely identify
subElement or null
if no identifier could be provided.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||