public static class ListProperty.NotifyList extends com.xpn.xwiki.internal.AbstractNotifyOnUpdateList<String>
Constructor and Description |
---|
NotifyList(List<String> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
isWrapper(Object collection) |
void |
onUpdate()
Called when the list is updated.
|
void |
setOwner(ListProperty owner) |
add, add, addAll, addAll, added, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public void onUpdate()
com.xpn.xwiki.internal.AbstractNotifyOnUpdateList
onUpdate
in class com.xpn.xwiki.internal.AbstractNotifyOnUpdateList<String>
public void setOwner(ListProperty owner)
owner
- The owner list property.public boolean isWrapper(Object collection)
Copyright © 2004–2022 XWiki. All rights reserved.