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)
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
|
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)
Retains only the elements in this list that are contained in the
specified collection (optional operation).
|
T |
set(int index,
T element)
Used internally by subclasses.
|
getParent
add, 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, validate
equals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate
public RuleSheet parentRuleSheet()
public T set(int index, T element)
DictionaryComponentTable
set
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)
java.util.List
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>
c
- collection containing elements to be retained in this listList.remove(Object)
,
List.contains(Object)
public boolean removeAll(java.util.Collection<?> c)
DictionaryComponentTable
removeAll
in interface java.util.Collection<T extends RuleComponent>
removeAll
in interface java.util.List<T extends RuleComponent>
removeAll
in class DictionaryComponentTable<T extends RuleComponent>
c
- collection containing elements to be removed from this listList.remove(Object)
,
List.contains(Object)
public boolean addAll(java.util.Collection<? extends T> c)
DictionaryComponentTable
addAll
in interface java.util.Collection<T extends RuleComponent>
addAll
in interface java.util.List<T extends RuleComponent>
addAll
in class DictionaryComponentTable<T extends RuleComponent>
c
- collection containing elements to be added to this listList.add(Object)
public boolean addAll(int index, java.util.Collection<? extends T> c)
java.util.List
addAll
in interface java.util.List<T extends RuleComponent>
addAll
in class DictionaryComponentTable<T extends RuleComponent>
index
- index at which to insert the first element from the
specified collectionc
- collection containing elements to be added to this list