public class SimpleTestTable extends RuleComponentTable<SimpleTest>
SORT, SORT_ASCEND, SORT_DECEND| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SimpleTest> | 
getVisible()
get the visible simple tests from this table 
 | 
SimpleTest | 
move(int index,
    boolean up)
Shift the entry defined by index either up or down one entry in the table. 
 | 
void | 
validate(java.util.List<SDKException> errors,
        java.util.List<SDKWarning> warnings)
Validate the entire dictionary object and its decendants. 
 | 
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, ordering, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, reorder, set, size, sort, sort, sort, subList, toArray, toArray, unMark, validateequals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validategetClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void validate(java.util.List<SDKException> errors, java.util.List<SDKWarning> warnings)
DictionaryObjectvalidate in class DictionaryComponentTable<SimpleTest>errors - a List of error exceptions to append to.warnings - a List of warning exceptions to append to.DictionaryObject.validate(List,List,int,int)public java.util.List<SimpleTest> getVisible()
public SimpleTest move(int index, boolean up)
move in class DictionaryComponentTable<SimpleTest>index - Index of the Test to move in this tableup - true for the Test is to be moved one entry upwards, false to be moved downwards