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