Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ButtonType |
Button.getType()
Get Button Type
|
ButtonType |
ButtonCell.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DropdownButton.setType(ButtonType type)
Sets the button's type.
|
void |
Button.setType(ButtonType type)
Sets the type of the Button.
|
void |
SubmitButton.setType(ButtonType type)
Sets the type of the Button.
|
void |
SplitDropdownButton.setType(ButtonType type)
Sets the type of the widget.
|
void |
ButtonCell.setType(ButtonType type) |
Constructor and Description |
---|
ButtonCell(ButtonType type) |
ButtonCell(ButtonType type,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonType type) |
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012 gwtbootstrap. All Rights Reserved.