org.odlabs.wiquery.core.options
Interface ICollectionItemOptions

All Superinterfaces:
IComplexOption, 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
 IListItemOption[] values()
          Method retrieving the list of IListItemOption from this collection
 
Methods inherited from interface org.odlabs.wiquery.core.options.IComplexOption
getJavascriptOption
 

Method Detail

values

IListItemOption[] values()
Method retrieving the list of IListItemOption from this collection

Returns:
the list


Copyright © 2012. All Rights Reserved.