org.odlabs.wiquery.core.options
Class ListItemOptions<E extends IListItemOption>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<E>
              extended by org.odlabs.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:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ListItemOptions()
           
 
Method Summary
 CharSequence getJavascriptOption()
          Method retrieving the javascript representation of this complex option
 IListItemOption[] values()
          Method retrieving the list of IListItemOption from this collection
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

ListItemOptions

public ListItemOptions()
Method Detail

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.