|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonCell.IconAlign | |
|---|---|
| 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.IconAlign in com.sencha.gxt.cell.core.client |
|---|
| Methods in com.sencha.gxt.cell.core.client that return ButtonCell.IconAlign | |
|---|---|
ButtonCell.IconAlign |
ButtonCell.getIconAlign()
Returns the button's icon alignment. |
static ButtonCell.IconAlign |
ButtonCell.IconAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ButtonCell.IconAlign[] |
ButtonCell.IconAlign.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.IconAlign | |
|---|---|
void |
ButtonCell.setIconAlign(ButtonCell.IconAlign iconAlign)
Sets the icon alignment (defaults to LEFT). |
| Uses of ButtonCell.IconAlign in com.sencha.gxt.widget.core.client.button |
|---|
| Methods in com.sencha.gxt.widget.core.client.button that return ButtonCell.IconAlign | |
|---|---|
ButtonCell.IconAlign |
CellButtonBase.getIconAlign()
Returns the button's icon alignment. |
| Methods in com.sencha.gxt.widget.core.client.button with parameters of type ButtonCell.IconAlign | |
|---|---|
void |
CellButtonBase.setIconAlign(ButtonCell.IconAlign iconAlign)
Sets the icon alignment (defaults to LEFT). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||