public class JcrValueList<T> extends AbstractList<T> implements org.apache.wicket.model.IDetachable
modCount
Constructor and Description |
---|
JcrValueList(JcrPropertyModel model,
int type) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
T element) |
void |
detach() |
T |
get(int index) |
T |
remove(int index) |
T |
set(int index,
T element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public JcrValueList(JcrPropertyModel model, int type)
public void add(int index, T element)
public T remove(int index)
public T get(int index)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.