Package | Description |
---|---|
org.gwt.advanced.client.ui.widget | |
org.gwt.advanced.client.ui.widget.combo |
Modifier and Type | Method and Description |
---|---|
DropDownPosition |
ListPopupPanel.getDropDownPosition()
Gets applied position of the drop down list.
|
DropDownPosition |
ComboBox.getDropDownPosition()
Gets applied position of the drop down list.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPopupPanel.setDropDownPosition(DropDownPosition dropDownPosition)
Sets applied position of the drop down list.
|
void |
ComboBox.setDropDownPosition(DropDownPosition dropDownPosition)
Sets applied position of the drop down list.
|
Modifier and Type | Method and Description |
---|---|
static DropDownPosition |
DropDownPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropDownPosition[] |
DropDownPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2013. All rights reserved.