Class ListItemOptions<E extends IListItemOption>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.wicketstuff.wiquery.core.options.ListItemOptions<E>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<E>,Collection<E>,List<E>,RandomAccess,ICollectionItemOptions,IComplexOption
public class ListItemOptions<E extends IListItemOption>
extends ArrayList<E>
implements ICollectionItemOptions
List of IListItemOptions
- Author:
- Julien Roche
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod retrieving the javascript representation of this complex optionvalues()Method retrieving the list of IListItemOption from this collectionMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
ListItemOptions
public ListItemOptions()
-
-
Method Details
-
getJavascriptOption
Description copied from interface:IComplexOptionMethod retrieving the javascript representation of this complex option- Specified by:
getJavascriptOptionin interfaceIComplexOption- Returns:
- the javascript
-
values
Description copied from interface:ICollectionItemOptionsMethod retrieving the list of IListItemOption from this collection- Specified by:
valuesin interfaceICollectionItemOptions- Returns:
- the list
-