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>

public class LongOption extends AbstractOption<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 Details

    • LongOption

      public LongOption(Long value)
      Builds a new instance of LongOption.
      Parameters:
      value - the wrapped Long
    • LongOption

      public LongOption(org.apache.wicket.model.IModel<Long> value)
      Builds a new instance of LongOption.
      Parameters:
      value - the wrapped Long
  • Method Details