|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Toggle | |
|---|---|
| org.gwtbootstrap3.client.ui | Widgets representing Bootstrap components. |
| org.gwtbootstrap3.client.ui.base | Base classes and widgets that should only be used internally! |
| org.gwtbootstrap3.client.ui.base.button | |
| org.gwtbootstrap3.client.ui.base.mixin | |
| org.gwtbootstrap3.client.ui.constants | Contains constants types, mostly enums. |
| Uses of Toggle in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui that return Toggle | |
|---|---|
Toggle |
ThumbnailLink.getDataToggle()
Gets the data-toggle attribute on the widget |
Toggle |
PanelHeader.getDataToggle()
Gets the data-toggle attribute on the widget |
Toggle |
Anchor.getDataToggle()
Gets the data-toggle attribute on the widget |
| Methods in org.gwtbootstrap3.client.ui with parameters of type Toggle | |
|---|---|
void |
ThumbnailLink.setDataToggle(Toggle toggle)
Sets the attribute data-toggle on the widget |
void |
PanelHeader.setDataToggle(Toggle toggle)
Sets the attribute data-toggle on the widget |
void |
Anchor.setDataToggle(Toggle toggle)
Sets the attribute data-toggle on the widget |
| Uses of Toggle in org.gwtbootstrap3.client.ui.base |
|---|
| Methods in org.gwtbootstrap3.client.ui.base that return Toggle | |
|---|---|
Toggle |
HasDataToggle.getDataToggle()
Gets the data-toggle attribute on the widget |
Toggle |
AbstractButtonGroup.getDataToggle()
|
Toggle |
AbstractAnchorListItem.getDataToggle()
|
| Methods in org.gwtbootstrap3.client.ui.base with parameters of type Toggle | |
|---|---|
void |
HasDataToggle.setDataToggle(Toggle toggle)
Sets the attribute data-toggle on the widget |
void |
AbstractButtonGroup.setDataToggle(Toggle toggle)
|
void |
AbstractAnchorListItem.setDataToggle(Toggle toggle)
|
| Uses of Toggle in org.gwtbootstrap3.client.ui.base.button |
|---|
| Methods in org.gwtbootstrap3.client.ui.base.button that return Toggle | |
|---|---|
Toggle |
AbstractToggleButton.getDataToggle()
|
| Methods in org.gwtbootstrap3.client.ui.base.button with parameters of type Toggle | |
|---|---|
void |
AbstractToggleButton.setDataToggle(Toggle toggle)
Specifies that this button acts as a toggle, for instance for a parent DropDown
or ButtonGroup
Adds a Caret as a child widget. |
| Uses of Toggle in org.gwtbootstrap3.client.ui.base.mixin |
|---|
| Methods in org.gwtbootstrap3.client.ui.base.mixin that return Toggle | |
|---|---|
Toggle |
DataToggleMixin.getDataToggle()
|
| Methods in org.gwtbootstrap3.client.ui.base.mixin with parameters of type Toggle | |
|---|---|
void |
DataToggleMixin.setDataToggle(Toggle toggle)
|
| Uses of Toggle in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return Toggle | |
|---|---|
static Toggle |
Toggle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Toggle[] |
Toggle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||