org.odlabs.wiquery.core.options
Class ArrayItemOptions<E extends IListItemOption>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.odlabs.wiquery.core.options.ArrayItemOptions<E>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, ICollectionItemOptions, IComplexOption
public class ArrayItemOptions<E extends IListItemOption>
- extends ArrayList<E>
- implements ICollectionItemOptions
Array of IListItemOptions
- Author:
- Julien Roche
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
ArrayItemOptions
public ArrayItemOptions()
getJavascriptOption
public CharSequence getJavascriptOption()
- Description copied from interface:
IComplexOption
- Method retrieving the javascript representation of this complex option
- Specified by:
getJavascriptOption
in interface IComplexOption
- Returns:
- the javascript
values
public IListItemOption[] values()
- Description copied from interface:
ICollectionItemOptions
- Method retrieving the list of IListItemOption from this collection
- Specified by:
values
in interface ICollectionItemOptions
- Returns:
- the list
Copyright © 2012. All Rights Reserved.