| Modifier and Type | Method and Description |
|---|---|
protected Options |
JQueryAjaxOption.getOptions()
Method retrieving the options
|
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
JsStatement.css(Options options)
Binds the
css statement. |
| Modifier and Type | Method and Description |
|---|---|
static ChainableStatement |
CssHelper.css(Options options)
Binds the
css statement. |
| Modifier and Type | Method and Description |
|---|---|
protected Options |
JQueryCookieOption.getOptions()
Method retrieving the options
|
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.getObject() |
Options |
Options.put(String key,
boolean value)
Put an boolean value for the given option name.
|
Options |
Options.put(String key,
double value)
Puts an double value for the given option name.
|
Options |
Options.put(String key,
float value)
Puts an float value for the given option name.
|
Options |
Options.put(String key,
ICollectionItemOptions value)
Puts a list of IListItemOption value for the given option name.
|
Options |
Options.put(String key,
IComplexOption value)
Puts a complex option value for the given option name.
|
Options |
Options.put(String key,
int value)
Puts an int value for the given option name.
|
Options |
Options.put(String key,
JsScope value)
Puts a
JsScope value for the given option name. |
Options |
Options.put(String key,
long value)
Puts a
Long value for the given option name. |
Options |
Options.put(String key,
short value)
Puts an short value for the given option name.
|
Options |
Options.put(String key,
String value)
Puts a
String value for the given option name. |
Options |
Options.putBoolean(String key,
org.apache.wicket.model.IModel<Boolean> value)
Put an boolean value for the given option name.
|
Options |
Options.putDouble(String key,
org.apache.wicket.model.IModel<Double> value)
Puts an IModel <Double> value for the given option name.
|
Options |
Options.putFloat(String key,
org.apache.wicket.model.IModel<Float> value)
Puts an IModel <Double> value for the given option name.
|
Options |
Options.putInteger(String key,
org.apache.wicket.model.IModel<Integer> value)
Puts an int value for the given option name.
|
Options |
Options.putLiteral(String key,
org.apache.wicket.model.IModel<String> value)
Puts a
String value as a JavaScript literal for the given name. |
Options |
Options.putLiteral(String key,
String value)
Puts a
String value as a JavaScript literal for the given name. |
Options |
Options.putLong(String key,
org.apache.wicket.model.IModel<Long> value)
Puts a
Long value for the given option name. |
Options |
Options.putShort(String key,
org.apache.wicket.model.IModel<Short> value)
Puts an short value for the given option name.
|
Options |
Options.putString(String key,
org.apache.wicket.model.IModel<String> value)
Puts a
String value for the given option name. |
| Modifier and Type | Method and Description |
|---|---|
void |
Options.setObject(Options object) |
| Modifier and Type | Method and Description |
|---|---|
protected Options |
Accordion.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
AutocompleteBehavior.getOptions()
Deprecated.
Method retrieving the options of the component
|
protected Options |
Autocomplete.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
ButtonBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatePickerOptions
An options class to store date picker info so that both InlineDatePiker and
datePicker can share them.
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
InlineDatePicker.getOptions()
Method retrieving the options of the component
|
protected Options |
DatePicker.getOptions()
Method retrieving the options of the component
|
Options |
DatePickerOptions.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected Options |
Dialog.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
DraggableBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
DroppableBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
PositionBehavior.getOptions()
Method retrieving the options of the component
|
protected Options |
PositionOptions.getOptions()
Method retrieving the options
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
ProgressBar.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
ResizableBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
SelectableBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
Slider.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
SortableBehavior.getOptions()
Method retrieving the options of the component
|
| Modifier and Type | Method and Description |
|---|---|
protected Options |
Tabs.getOptions()
Method retrieving the options of the component
|
Copyright © 2009-2012. All Rights Reserved.