org.odlabs.wiquery.core.options
Interface IListItemOption

All Superinterfaces:
Serializable
All Known Subinterfaces:
ITypedOption<T>
All Known Implementing Classes:
AbstractOption, AjaxDialogButton, BooleanOption, DialogButton, DoubleOption, DraggableCursorAt, FloatOption, IntegerItemOptions, IntegerOption, LiteralOption, LongOption, ShortOption, StringOption

public interface IListItemOption
extends Serializable

Interface to represent an item of a list

Author:
Julien Roche

Method Summary
 CharSequence getJavascriptOption()
          Method retrieving the javascript's representation of the option
 

Method Detail

getJavascriptOption

CharSequence getJavascriptOption()
Method retrieving the javascript's representation of the option

Returns:


Copyright © 2012. All Rights Reserved.