Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Trigger |
TooltipCellDecorator.trigger
The action that triggers the widget.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
TooltipCellDecorator.getTrigger()
Gets the widget's Trigger.
|
protected Trigger |
TooltipCellDecorator.getTrigger(Cell.Context context,
C value) |
Modifier and Type | Method and Description |
---|---|
static void |
Tooltip.configure(Widget e,
boolean animated,
Placement placement,
Trigger trigger,
int showDelay,
int hideDelay,
String container) |
void |
TooltipCellDecorator.setTrigger(Trigger trigger)
Sets the trigger that activates the widget.
|
Modifier and Type | Field and Description |
---|---|
protected Trigger |
HoverBase.trigger
The action that triggers the widget.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
HasTrigger.getTrigger()
Gets the widget's Trigger.
|
Trigger |
HoverBase.getTrigger()
Gets the widget's Trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
HasTrigger.setTrigger(Trigger trigger)
Sets the trigger that activates the widget.
|
void |
HoverBase.setTrigger(Trigger trigger)
Sets the trigger that activates the widget.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.