public abstract class DTComponentTable<T extends RuleComponent> extends RuleComponentTable<T>
SORT, SORT_ASCEND, SORT_DECEND| Modifier and Type | Method and Description |
|---|---|
boolean |
addAll(java.util.Collection<? extends T> c)
Used internally by subclasses.
|
boolean |
addAll(int index,
java.util.Collection<? extends T> c) |
RuleSheet |
parentRuleSheet()
Get the containing rule sheet.
|
boolean |
removeAll(java.util.Collection<?> c)
remove all of the elements in the Collection from this table
|
boolean |
retainAll(java.util.Collection<?> c) |
T |
set(int index,
T element)
Used internally by subclasses.
|
getParentadd, add, add, clear, contains, containsAll, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getLast, getMarked, getProtoType, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, move, ordering, paste, remove, remove, removeByAlias, removeByID, removeByName, removeMarked, reorder, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validateequals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validategetClass, notify, notifyAll, toString, wait, wait, waitpublic RuleSheet parentRuleSheet()
public T set(int index, T element)
DictionaryComponentTableset in interface java.util.List<T extends RuleComponent>set in class DictionaryComponentTable<T extends RuleComponent>index - at which to replace the new row.element - to replace existing, must be of correct type for table.public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<T extends RuleComponent>retainAll in interface java.util.List<T extends RuleComponent>retainAll in class DictionaryComponentTable<T extends RuleComponent>public boolean removeAll(java.util.Collection<?> c)
DictionaryComponentTableremoveAll in interface java.util.Collection<T extends RuleComponent>removeAll in interface java.util.List<T extends RuleComponent>removeAll in class DictionaryComponentTable<T extends RuleComponent>public boolean addAll(java.util.Collection<? extends T> c)
DictionaryComponentTableaddAll in interface java.util.Collection<T extends RuleComponent>addAll in interface java.util.List<T extends RuleComponent>addAll in class DictionaryComponentTable<T extends RuleComponent>public boolean addAll(int index,
java.util.Collection<? extends T> c)
addAll in interface java.util.List<T extends RuleComponent>addAll in class DictionaryComponentTable<T extends RuleComponent>