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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic void onUpdate()
com.xpn.xwiki.internal.AbstractNotifyOnUpdateListonUpdate 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–2021 XWiki. All rights reserved.