Class ArrayItemOptions<E extends IListItemOption>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.wicketstuff.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: