|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonCell.ButtonArrowAlign | |
|---|---|
| com.sencha.gxt.cell.core.client | Cell implementations for user interaction and input. |
| com.sencha.gxt.widget.core.client.button | Various GXT buttons. |
| Uses of ButtonCell.ButtonArrowAlign in com.sencha.gxt.cell.core.client |
|---|
| Methods in com.sencha.gxt.cell.core.client that return ButtonCell.ButtonArrowAlign | |
|---|---|
ButtonCell.ButtonArrowAlign |
ButtonCell.getArrowAlign()
Returns the button's arrow alignment. |
static ButtonCell.ButtonArrowAlign |
ButtonCell.ButtonArrowAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ButtonCell.ButtonArrowAlign[] |
ButtonCell.ButtonArrowAlign.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sencha.gxt.cell.core.client with parameters of type ButtonCell.ButtonArrowAlign | |
|---|---|
void |
ButtonCell.setArrowAlign(ButtonCell.ButtonArrowAlign arrowAlign)
Sets the arrow alignment (defaults to RIGHT). |
| Uses of ButtonCell.ButtonArrowAlign in com.sencha.gxt.widget.core.client.button |
|---|
| Methods in com.sencha.gxt.widget.core.client.button that return ButtonCell.ButtonArrowAlign | |
|---|---|
ButtonCell.ButtonArrowAlign |
CellButtonBase.getArrowAlign()
Returns the button's arrow alignment. |
| Methods in com.sencha.gxt.widget.core.client.button with parameters of type ButtonCell.ButtonArrowAlign | |
|---|---|
void |
CellButtonBase.setArrowAlign(ButtonCell.ButtonArrowAlign arrowAlign)
Sets the arrow alignment (defaults to RIGHT). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||