public class ShortOption extends AbstractOption<Short>
Wraps a Short to be generated as a JavaScript string.
Example:
The Short 1 should be rendered as 1
| Constructor and Description |
|---|
ShortOption(org.apache.wicket.model.IModel<Short> value)
Builds a new instance of
ShortOption. |
ShortOption(Short value)
Builds a new instance of
ShortOption. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
IModelOption<Short> |
wrapOnAssignment(org.apache.wicket.Component component) |
detach, getJavascriptOption, getModel, getValue, setModelpublic ShortOption(Short value)
ShortOption.value - the wrapped Shortpublic ShortOption(org.apache.wicket.model.IModel<Short> value)
ShortOption.value - the wrapped Shortpublic String toString()
toString in class AbstractOption<Short>public IModelOption<Short> wrapOnAssignment(org.apache.wicket.Component component)
Copyright © 2015. All Rights Reserved.