public class IdFilterElements extends SimpleList<java.lang.Object> implements UpdateListener
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
IdFilterElements(java.lang.Class<?> clazzConditon) |
IdFilterElements(Condition<ValuesSimple> condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
update(java.lang.String typ,
BaseItem source,
java.lang.Object target,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
Send update msg.
|
clone, getNewList, remove, subListadd, add, addAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, remove, removeItemByObject, set, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, iterator, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic IdFilterElements(Condition<ValuesSimple> condition)
public IdFilterElements(java.lang.Class<?> clazzConditon)
public boolean update(java.lang.String typ,
BaseItem source,
java.lang.Object target,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
UpdateListenerupdate in interface UpdateListenertyp - the typ of Message: NEW UPDATE, REMOVE or SENDUPDATEsource - the Source Elementtarget - The Object of UpdateMsgproperty - Which property is changedoldValue - The oldValuenewValue - The newValue