Class IntegerItemOptions

java.lang.Object
org.wicketstuff.wiquery.core.options.IntegerItemOptions
All Implemented Interfaces:
Serializable, IListItemOption

public class IntegerItemOptions extends Object implements IListItemOption
Representation of an integer into an ItemOptions
Author:
Julien Roche
See Also:
  • Constructor Details

    • IntegerItemOptions

      public IntegerItemOptions(int integer)
      Default constructor
      Parameters:
      integer -
  • Method Details

    • getInteger

      public int getInteger()
      Method retrieving the integer value
      Returns:
      the integer
    • getJavascriptOption

      public CharSequence getJavascriptOption()
      Description copied from interface: IListItemOption
      Method retrieving the javascript's representation of the option
      Specified by:
      getJavascriptOption in interface IListItemOption
    • setInteger

      public void setInteger(int integer)
      Methode setting the integer value
      Parameters:
      integer - Integer