| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.position |
| Modifier and Type | Method and Description |
|---|---|
PositionOptions.Position |
PositionBehavior.getAt() |
PositionOptions.Position |
PositionOptions.getAt() |
PositionOptions.Position |
PositionBehavior.getMy() |
PositionOptions.Position |
PositionOptions.getMy() |
static PositionOptions.Position |
PositionOptions.Position.getPosition(String value)
Method searching the Position value
|
static PositionOptions.Position |
PositionOptions.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionOptions.Position[] |
PositionOptions.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PositionBehavior |
PositionBehavior.setAt(PositionOptions.Position at)
Defines which position on the target element to align the positioned
element against: "horizontal vertical" alignment.
|
PositionOptions |
PositionOptions.setAt(PositionOptions.Position at)
Defines which position on the target element to align the positioned
element against: "horizontal vertical" alignment.
|
PositionBehavior |
PositionBehavior.setMy(PositionOptions.Position my)
Defines which position on the element being positioned to align with the
target element: "horizontal vertical" alignment.
|
PositionOptions |
PositionOptions.setMy(PositionOptions.Position my)
Defines which position on the element being positioned to align with the
target element: "horizontal vertical" alignment.
|
Copyright © 2009-2012. All Rights Reserved.