| Package | Description |
|---|---|
| org.odlabs.wiquery.core.options | |
| org.odlabs.wiquery.ui.autocomplete | |
| org.odlabs.wiquery.ui.dialog | |
| org.odlabs.wiquery.ui.draggable | |
| org.odlabs.wiquery.ui.tabs |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayItemOptions<E extends IListItemOption>
Array of IListItemOptions
|
class |
ListItemOptions<E extends IListItemOption>
List of IListItemOptions
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITypedOption<T>
Represents an typed option.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOption<T extends Serializable>
Wraps a value to be generated as a JavaScript string.
|
class |
BooleanOption
$Id: $
|
class |
DoubleOption
$Id: $
|
class |
FloatOption
$Id: $
|
class |
IntegerItemOptions
Representation of an integer into an ItemOptions
|
class |
IntegerOption
$Id: $
|
class |
LiteralOption
$Id: LiteralOption.java 553 2010-11-15 08:30:58Z hielke.hoeve@gmail.com $
|
class |
LongOption
$Id: $
|
class |
ShortOption
$Id: $
|
class |
StringOption
$Id: $
|
| Modifier and Type | Method and Description |
|---|---|
IListItemOption[] |
ListItemOptions.values() |
IListItemOption[] |
ArrayItemOptions.values() |
IListItemOption[] |
ICollectionItemOptions.values()
Method retrieving the list of IListItemOption from this collection
|
| Modifier and Type | Method and Description |
|---|---|
ArrayItemOptions<? extends IListItemOption> |
AutocompleteSource.getArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutocompleteSource.setArray(ArrayItemOptions<? extends IListItemOption> array)
Set the array param
|
| Constructor and Description |
|---|
AutocompleteSource(ArrayItemOptions<? extends IListItemOption> array)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DialogButton
$Id: DialogButton.java
|
| Modifier and Type | Class and Description |
|---|---|
class |
DraggableCursorAt
$Id: DraggableCursorAt.java
|
| Modifier and Type | Method and Description |
|---|---|
Tabs |
Tabs.setFx(ListItemOptions<IListItemOption> fx)
Enable animations for hiding and showing tab panels.
|
Copyright © 2009-2012. All Rights Reserved.