public class JcrList extends AbstractList<IHippoMap> implements org.apache.wicket.model.IDetachable
modCount
Constructor and Description |
---|
JcrList(JcrNodeModel nodeModel,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
IHippoMap element) |
void |
detach() |
IHippoMap |
get(int index) |
protected javax.jcr.Node |
getNode() |
IHippoMap |
remove(int index) |
IHippoMap |
set(int index,
IHippoMap 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public JcrList(JcrNodeModel nodeModel, String name)
protected javax.jcr.Node getNode() throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
public IHippoMap get(int index)
public int size()
size
in interface Collection<IHippoMap>
size
in interface List<IHippoMap>
size
in class AbstractCollection<IHippoMap>
public void add(int index, IHippoMap element)
public IHippoMap remove(int index)
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.