Interface IListItemOption
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ITypedOption<T>
- All Known Implementing Classes:
AbstractOption,BooleanOption,DoubleOption,FloatOption,IntegerItemOptions,IntegerOption,LiteralOption,LongOption,ShortOption,StringOption
public interface IListItemOption extends java.io.SerializableInterface to represent an item of a list- Author:
- Julien Roche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequencegetJavascriptOption()Method retrieving the javascript's representation of the option
-