Class LongOption
java.lang.Object
org.wicketstuff.wiquery.core.options.AbstractOption<Long>
org.wicketstuff.wiquery.core.options.LongOption
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable,IListItemOption,IModelOption<Long>,ITypedOption<Long>
$Id: $
Wraps a Long to be generated as a JavaScript string.
Example:
The Long 1 should be rendered as 1
- Since:
- 0.5
- Author:
- Lionel Armanet, Ernesto Reinaldo Barreiro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLongOption(Long value) Builds a new instance ofLongOption.LongOption(org.apache.wicket.model.IModel<Long> value) Builds a new instance ofLongOption. -
Method Summary
Modifier and TypeMethodDescriptiontoString()wrapOnAssignment(org.apache.wicket.Component component) Methods inherited from class org.wicketstuff.wiquery.core.options.AbstractOption
detach, getJavascriptOption, getModel, getValue, setModel
-
Constructor Details
-
LongOption
Builds a new instance ofLongOption.- Parameters:
value- the wrappedLong
-
LongOption
Builds a new instance ofLongOption.- Parameters:
value- the wrappedLong
-
-
Method Details
-
toString
- Specified by:
toStringin classAbstractOption<Long>
-
wrapOnAssignment
-