|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.internal.AbstractNotifyOnUpdateList<String>
com.xpn.xwiki.objects.ListProperty.NotifyList
public static class ListProperty.NotifyList
List implementation for updating dirty flag when updated. This will be accessed from ListPropertyUserType.
Constructor Summary | |
---|---|
ListProperty.NotifyList(List<String> list)
|
Method Summary | |
---|---|
boolean |
isWrapper(Object collection)
|
void |
onUpdate()
|
void |
setOwner(ListProperty owner)
|
Methods inherited from class com.xpn.xwiki.internal.AbstractNotifyOnUpdateList |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListProperty.NotifyList(List<String> list)
list
- AbstractNotifyOnUpdateList
.Method Detail |
---|
public void onUpdate()
onUpdate
in class com.xpn.xwiki.internal.AbstractNotifyOnUpdateList<String>
public void setOwner(ListProperty owner)
owner
- The owner list property.public boolean isWrapper(Object collection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |