Class FloatOption

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

public class FloatOption extends AbstractOption<Float>
$Id: $

Wraps a Float to be generated as a JavaScript string.

Example:

The Float 1 should be rendered as 1

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

    • FloatOption

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

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