|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Placement | |
|---|---|
| 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 Placement in com.github.gwtbootstrap.client.ui |
|---|
| Methods in com.github.gwtbootstrap.client.ui with parameters of type Placement | |
|---|---|
static void |
Tooltip.configure(Widget e,
boolean animated,
Placement placement,
Trigger trigger,
int showDelay,
int hideDelay)
|
| Uses of Placement in com.github.gwtbootstrap.client.ui.base |
|---|
| Fields in com.github.gwtbootstrap.client.ui.base declared as Placement | |
|---|---|
protected Placement |
HoverBase.placement
The placement of the widget relative to its trigger element. |
| Methods in com.github.gwtbootstrap.client.ui.base that return Placement | |
|---|---|
Placement |
HoverBase.getPlacement()
Gets the widget's placement. |
Placement |
HasPlacement.getPlacement()
Gets the widget's placement. |
| Methods in com.github.gwtbootstrap.client.ui.base with parameters of type Placement | |
|---|---|
void |
HoverBase.setPlacement(Placement placement)
Sets the widget's placement. |
void |
HasPlacement.setPlacement(Placement placement)
Sets the widget's placement. |
| Uses of Placement in com.github.gwtbootstrap.client.ui.constants |
|---|
| Methods in com.github.gwtbootstrap.client.ui.constants that return Placement | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||