| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.autocomplete | |
| org.odlabs.wiquery.ui.position |
| Modifier and Type | Method and Description |
|---|---|
PositionOptions |
Autocomplete.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
Autocomplete<T> |
Autocomplete.setPosition(PositionOptions position)
Position of the component of the suggested values with the input field
|
| Modifier and Type | Method and Description |
|---|---|
PositionOptions |
PositionOptions.setAt(PositionOptions.Position at)
Defines which position on the target element to align the positioned
element against: "horizontal vertical" alignment.
|
PositionOptions |
PositionOptions.setBgiframe(boolean bgiframe)
Applies the bgiframe plugin when set to true.
|
PositionOptions |
PositionOptions.setBy(JsScopePositionEvent by)
When specified the actual property setting is delegated to this callback.
|
PositionOptions |
PositionOptions.setCollision(PositionOptions.Collision collision)
When the positioned element overflows the window in some direction, move
it to an alternative position.
|
PositionOptions |
PositionOptions.setMy(PositionOptions.Position my)
Defines which position on the element being positioned to align with the
target element: "horizontal vertical" alignment.
|
PositionOptions |
PositionOptions.setOf(String of)
Element to position against.
|
PositionOptions |
PositionOptions.setOffset(PositionOffset offset)
Add these left-top values to the calculated position, eg.
|
Copyright © 2009-2012. All Rights Reserved.