Interface IListItemOption
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ITypedOption<T>
- All Known Implementing Classes:
AbstractOption,BooleanOption,DoubleOption,FloatOption,IntegerItemOptions,IntegerOption,LiteralOption,LongOption,ShortOption,StringOption
Interface to represent an item of a list
- Author:
- Julien Roche
-
Method Summary
Modifier and TypeMethodDescriptionMethod retrieving the javascript's representation of the option
-
Method Details
-
getJavascriptOption
CharSequence getJavascriptOption()Method retrieving the javascript's representation of the option
-