|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trigger | |
|---|---|
| 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.constants | Contains constants types, mostly enums. |
| Uses of Trigger in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui that return Trigger | |
|---|---|
Trigger |
Tooltip.getTrigger()
Get the hover component's trigger |
Trigger |
Popover.getTrigger()
|
| Methods in org.gwtbootstrap3.client.ui with parameters of type Trigger | |
|---|---|
void |
Tooltip.setTrigger(Trigger trigger)
Set what will trigger the showing of the hover component |
void |
Popover.setTrigger(Trigger trigger)
|
| Uses of Trigger in org.gwtbootstrap3.client.ui.base |
|---|
| Methods in org.gwtbootstrap3.client.ui.base that return Trigger | |
|---|---|
Trigger |
HasHover.getTrigger()
Get the hover component's trigger |
| Methods in org.gwtbootstrap3.client.ui.base with parameters of type Trigger | |
|---|---|
void |
HasHover.setTrigger(Trigger trigger)
Set what will trigger the showing of the hover component |
| Uses of Trigger in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return Trigger | |
|---|---|
static Trigger |
Trigger.fromStyleName(String styleName)
|
static Trigger |
Trigger.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Trigger[] |
Trigger.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||