|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonType | |
|---|---|
| org.gwtbootstrap3.client.ui | Widgets representing Bootstrap components. |
| org.gwtbootstrap3.client.ui.base.button | |
| org.gwtbootstrap3.client.ui.constants | Contains constants types, mostly enums. |
| org.gwtbootstrap3.client.ui.gwt | Widgets that are based on core GWT widgets and which have Bootstrap related changes to functionality or UI. |
| Uses of ButtonType in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui that return ButtonType | |
|---|---|
ButtonType |
RadioButton.getType()
|
ButtonType |
CheckBoxButton.getType()
|
| Methods in org.gwtbootstrap3.client.ui with parameters of type ButtonType | |
|---|---|
void |
RadioButton.setType(ButtonType type)
|
void |
CheckBoxButton.setType(ButtonType type)
|
| Constructors in org.gwtbootstrap3.client.ui with parameters of type ButtonType | |
|---|---|
AnchorButton(ButtonType type)
|
|
| Uses of ButtonType in org.gwtbootstrap3.client.ui.base.button |
|---|
| Methods in org.gwtbootstrap3.client.ui.base.button that return ButtonType | |
|---|---|
ButtonType |
AbstractButton.getType()
|
| Methods in org.gwtbootstrap3.client.ui.base.button with parameters of type ButtonType | |
|---|---|
void |
AbstractButton.setType(ButtonType type)
Sets type of button. |
| Constructors in org.gwtbootstrap3.client.ui.base.button with parameters of type ButtonType | |
|---|---|
AbstractButton(ButtonType type)
|
|
AbstractIconButton(ButtonType type)
|
|
AbstractToggleButton(ButtonType type)
|
|
| Uses of ButtonType in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return ButtonType | |
|---|---|
static ButtonType |
ButtonType.fromStyleName(String styleName)
|
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. |
| Uses of ButtonType in org.gwtbootstrap3.client.ui.gwt |
|---|
| Constructors in org.gwtbootstrap3.client.ui.gwt with parameters of type ButtonType | |
|---|---|
ButtonCell(ButtonType type)
|
|
ButtonCell(ButtonType type,
ButtonSize size)
|
|
ButtonCell(ButtonType type,
IconType icon)
|
|
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||