Class IntegerOption

java.lang.Object
org.wicketstuff.wiquery.core.options.AbstractOption<Integer>
org.wicketstuff.wiquery.core.options.IntegerOption
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.util.io.IClusterable, IListItemOption, IModelOption<Integer>, ITypedOption<Integer>

public class IntegerOption extends AbstractOption<Integer>
$Id: $

Wraps a Integer to be generated as a JavaScript string.

Example:

The Integer 1 should be rendered as 1

Since:
0.5
Author:
Lionel Armanet, Ernesto Reinaldo Barreiro
See Also: