|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Placement | |
|---|---|
| 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 Placement in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui that return Placement | |
|---|---|
Placement |
Tooltip.getPlacement()
Get the Placement of the hover component |
Placement |
Popover.getPlacement()
|
| Methods in org.gwtbootstrap3.client.ui with parameters of type Placement | |
|---|---|
void |
Tooltip.setPlacement(Placement placement)
Sets the placement of the hover component |
void |
Popover.setPlacement(Placement placement)
|
| Uses of Placement in org.gwtbootstrap3.client.ui.base |
|---|
| Methods in org.gwtbootstrap3.client.ui.base that return Placement | |
|---|---|
Placement |
HasPlacement.getPlacement()
|
Placement |
HasHover.getPlacement()
Get the Placement of the hover component |
| Methods in org.gwtbootstrap3.client.ui.base with parameters of type Placement | |
|---|---|
void |
HasPlacement.setPlacement(Placement placement)
|
void |
HasHover.setPlacement(Placement placement)
Sets the placement of the hover component |
| Uses of Placement in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return Placement | |
|---|---|
static Placement |
Placement.fromStyleName(String styleName)
|
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 | |||||||||