Class IntegerItemOptions
- java.lang.Object
-
- org.wicketstuff.wiquery.core.options.IntegerItemOptions
-
- All Implemented Interfaces:
java.io.Serializable,IListItemOption
public class IntegerItemOptions extends java.lang.Object implements IListItemOption
Representation of an integer into an ItemOptions- Author:
- Julien Roche
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegerItemOptions(int integer)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInteger()Method retrieving the integer valuejava.lang.CharSequencegetJavascriptOption()Method retrieving the javascript's representation of the optionvoidsetInteger(int integer)Methode setting the integer value
-
-
-
Method Detail
-
getInteger
public int getInteger()
Method retrieving the integer value- Returns:
- the integer
-
getJavascriptOption
public java.lang.CharSequence getJavascriptOption()
Description copied from interface:IListItemOptionMethod retrieving the javascript's representation of the option- Specified by:
getJavascriptOptionin interfaceIListItemOption
-
setInteger
public void setInteger(int integer)
Methode setting the integer value- Parameters:
integer- Integer
-
-