Class ShortOption

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

public class ShortOption extends AbstractOption<Short>
$Id: $

Wraps a Short to be generated as a JavaScript string.

Example:

The Short 1 should be rendered as 1

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

    • ShortOption

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

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