Package | Description |
---|---|
com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
com.github.gwtbootstrap.client.ui.resources |
Bootstrap resources like Javascript and CSS files plus logic to get them
into the DOM.
|
Modifier and Type | Method and Description |
---|---|
ButtonSize |
ButtonCell.getSize() |
ButtonSize |
Button.getSize()
Get Button Size
|
Modifier and Type | Method and Description |
---|---|
void |
DropdownButton.setSize(ButtonSize size)
Sets the button's size.
|
void |
SplitDropdownButton.setSize(ButtonSize size)
Set Button size
|
void |
ButtonCell.setSize(ButtonSize size) |
void |
Button.setSize(ButtonSize size)
Sets the size of the Button.
|
void |
SubmitButton.setSize(ButtonSize size)
Sets the size of the Button.
|
Constructor and Description |
---|
ButtonCell(ButtonSize size) |
ButtonCell(ButtonType type,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size) |
Modifier and Type | Method and Description |
---|---|
static ButtonSize |
ButtonSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonSize[] |
ButtonSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.