Interface ICollectionItemOptions
-
- All Superinterfaces:
IComplexOption,java.io.Serializable
- All Known Implementing Classes:
ArrayItemOptions,ListItemOptions
public interface ICollectionItemOptions extends IComplexOption
Interface to specify how a collection of ItemOptions must be generated- Author:
- Julien Roche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IListItemOption[]values()Method retrieving the list of IListItemOption from this collection-
Methods inherited from interface org.wicketstuff.wiquery.core.options.IComplexOption
getJavascriptOption
-
-
-
-
Method Detail
-
values
IListItemOption[] values()
Method retrieving the list of IListItemOption from this collection- Returns:
- the list
-
-