Interface ITypedOption<T>
-
- All Superinterfaces:
IListItemOption,java.io.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()-
Methods inherited from interface org.wicketstuff.wiquery.core.options.IListItemOption
getJavascriptOption
-
-
-
-
Method Detail
-
getValue
T getValue()
- Returns:
- Returns the value or null if no value is set.
-
-