|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trigger | |
|---|---|
| com.github.gwtbootstrap.client.ui | Widgets that can be used in other GWT projects. |
| com.github.gwtbootstrap.client.ui.base | Classes that are extended by interface components. |
| com.github.gwtbootstrap.client.ui.constants | Constants, mostly CSS style names, that are defined by Bootstrap. |
| Uses of Trigger in com.github.gwtbootstrap.client.ui |
|---|
| Methods in com.github.gwtbootstrap.client.ui with parameters of type Trigger | |
|---|---|
static void |
Tooltip.configure(Widget e,
boolean animated,
Placement placement,
Trigger trigger,
int showDelay,
int hideDelay)
|
| Uses of Trigger in com.github.gwtbootstrap.client.ui.base |
|---|
| Fields in com.github.gwtbootstrap.client.ui.base declared as Trigger | |
|---|---|
protected Trigger |
HoverBase.trigger
The action that triggers the widget. |
| Methods in com.github.gwtbootstrap.client.ui.base that return Trigger | |
|---|---|
Trigger |
HoverBase.getTrigger()
Gets the widget's Trigger. |
Trigger |
HasTrigger.getTrigger()
Gets the widget's Trigger. |
| Methods in com.github.gwtbootstrap.client.ui.base with parameters of type Trigger | |
|---|---|
void |
HoverBase.setTrigger(Trigger trigger)
Sets the trigger that activates the widget. |
void |
HasTrigger.setTrigger(Trigger trigger)
Sets the trigger that activates the widget. |
| Uses of Trigger in com.github.gwtbootstrap.client.ui.constants |
|---|
| Methods in com.github.gwtbootstrap.client.ui.constants that return Trigger | |
|---|---|
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 | |||||||||