Interface ITypedOption<T>

All Superinterfaces:
IListItemOption, Serializable
All Known Implementing Classes:
AbstractOption, BooleanOption, DoubleOption, FloatOption, IntegerOption, LiteralOption, LongOption, ShortOption, StringOption

public interface ITypedOption<T> extends IListItemOption
Represents an typed option.
Author:
Ernesto Reinaldo Barreiro
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.wicketstuff.wiquery.core.options.IListItemOption

    getJavascriptOption
  • Method Details

    • getValue

      T getValue()
      Returns:
      Returns the value or null if no value is set.