|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonType | |
|---|---|
| com.github.gwtbootstrap.client.ui | Widgets that can be used in other GWT projects. |
| com.github.gwtbootstrap.client.ui.constants | Constants, mostly CSS style names, that are defined by Bootstrap. |
| Uses of ButtonType in com.github.gwtbootstrap.client.ui |
|---|
| Methods in com.github.gwtbootstrap.client.ui that return ButtonType | |
|---|---|
ButtonType |
ButtonCell.getType()
|
ButtonType |
Button.getType()
|
| Methods in com.github.gwtbootstrap.client.ui with parameters of type ButtonType | |
|---|---|
void |
SubmitButton.setType(ButtonType type)
Sets the type of the Button. |
void |
SplitDropdownButton.setType(ButtonType type)
|
void |
DropdownButton.setType(ButtonType type)
Sets the button's type. |
void |
ButtonCell.setType(ButtonType type)
|
void |
Button.setType(ButtonType type)
Sets the type of the Button. |
| Constructors in com.github.gwtbootstrap.client.ui with parameters of type ButtonType | |
|---|---|
ButtonCell(ButtonType type)
|
|
ButtonCell(ButtonType type,
ButtonSize size)
|
|
ButtonCell(IconType icon,
ButtonType type)
|
|
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size)
|
|
| Uses of ButtonType in com.github.gwtbootstrap.client.ui.constants |
|---|
| Methods in com.github.gwtbootstrap.client.ui.constants that return ButtonType | |
|---|---|
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||