Interface ITypedOption<T>
- All Superinterfaces:
IListItemOption,Serializable
- All Known Implementing Classes:
AbstractOption,BooleanOption,DoubleOption,FloatOption,IntegerOption,LiteralOption,LongOption,ShortOption,StringOption
Represents an typed option.
- Author:
- Ernesto Reinaldo Barreiro
-
Method Summary
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.
-