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 Placement |
TooltipCellDecorator.placement
The placement of the widget relative to its trigger element.
|
Modifier and Type | Method and Description |
---|---|
Placement |
TooltipCellDecorator.getPlacement()
Gets the widget's placement.
|
protected Placement |
TooltipCellDecorator.getPlacement(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.setPlacement(Placement placement)
Sets the widget's placement.
|
Modifier and Type | Field and Description |
---|---|
protected Placement |
HoverBase.placement
The placement of the widget relative to its trigger element.
|
Modifier and Type | Method and Description |
---|---|
Placement |
HasPlacement.getPlacement()
Gets the widget's placement.
|
Placement |
HoverBase.getPlacement()
Gets the widget's placement.
|
Modifier and Type | Method and Description |
---|---|
void |
HasPlacement.setPlacement(Placement placement)
Sets the widget's placement.
|
void |
HoverBase.setPlacement(Placement placement)
Sets the widget's placement.
|
Modifier and Type | Method and Description |
---|---|
static Placement |
Placement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.