| Modifier and Type | Field and Description |
|---|---|
static ColumnSet |
EMPTY_SET |
| Constructor and Description |
|---|
ColumnSet() |
ColumnSet(java.util.Collection<Column> objects) |
ColumnSet(Column... objects) |
| Modifier and Type | Method and Description |
|---|---|
ColumnPO |
createColumnPO() |
ColumnSet |
createNameCondition(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the name attribute matches the parameter value.
|
ColumnSet |
createNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the name attribute is between lower and upper.
|
ColumnSet |
createTdCssClassCondition(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the tdCssClass attribute matches the parameter value.
|
ColumnSet |
createTdCssClassCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the tdCssClass attribute is between lower and upper.
|
ColumnSet |
createThCssClassCondition(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the thCssClass attribute matches the parameter value.
|
ColumnSet |
createThCssClassCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the thCssClass attribute is between lower and upper.
|
ColumnSet |
filter(de.uniks.networkparser.interfaces.Condition<Column> condition) |
ColumnSet |
filterCells(java.lang.Object value)
Loop through the current set of Column objects and collect all contained objects with reference cells pointing to the object passed as parameter.
|
ColumnSet |
filterName(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the name attribute matches the parameter value.
|
ColumnSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the name attribute is between lower and upper.
|
ColumnSet |
filterTable(java.lang.Object value)
Loop through the current set of Column objects and collect all contained objects with reference table pointing to the object passed as parameter.
|
ColumnSet |
filterTdCssClass(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the tdCssClass attribute matches the parameter value.
|
ColumnSet |
filterTdCssClass(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the tdCssClass attribute is between lower and upper.
|
ColumnSet |
filterThCssClass(java.lang.String value)
Loop through the current set of Column objects and collect those Column objects where the thCssClass attribute matches the parameter value.
|
ColumnSet |
filterThCssClass(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Column objects and collect those Column objects where the thCssClass attribute is between lower and upper.
|
CellSet |
getCells()
Loop through the current set of Column objects and collect a set of the Cell objects reached via cells.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getName()
Loop through the current set of Column objects and collect a list of the name attribute values.
|
ColumnSet |
getNewList(boolean keyValue) |
TableSet |
getTable()
Loop through the current set of Column objects and collect a set of the Table objects reached via table.
|
de.uniks.networkparser.list.StringList |
getTdCssClass()
Loop through the current set of Column objects and collect a list of the tdCssClass attribute values.
|
de.uniks.networkparser.list.StringList |
getThCssClass()
Loop through the current set of Column objects and collect a list of the thCssClass attribute values.
|
ColumnSet |
with(java.lang.Object value) |
ColumnSet |
withCells(Cell value)
Loop through current set of ModelType objects and attach the Column object passed as parameter to the Cells attribute of each of it.
|
ColumnSet |
withName(java.lang.String value)
Loop through the current set of Column objects and assign value to the name attribute of each of it.
|
ColumnSet |
without(Column value) |
ColumnSet |
withoutCells(Cell value)
Loop through current set of ModelType objects and remove the Column object passed as parameter from the Cells attribute of each of it.
|
ColumnSet |
withTable(Table value)
Loop through current set of ModelType objects and attach the Column object passed as parameter to the Table attribute of each of it.
|
ColumnSet |
withTdCssClass(java.lang.String value)
Loop through the current set of Column objects and assign value to the tdCssClass attribute of each of it.
|
ColumnSet |
withThCssClass(java.lang.String value)
Loop through the current set of Column objects and assign value to the thCssClass attribute of each of it.
|
instanceOfadd, add, addAll, addAll, clone, fireProperty, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleequals, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final ColumnSet EMPTY_SET
public ColumnSet()
public ColumnSet(Column... objects)
public ColumnSet(java.util.Collection<Column> objects)
public ColumnPO createColumnPO()
public java.lang.String getEntryType()
public ColumnSet with(java.lang.Object value)
public de.uniks.networkparser.list.StringList getName()
public ColumnSet createNameCondition(java.lang.String value)
value - Search valuepublic ColumnSet createNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ColumnSet withName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.StringList getTdCssClass()
public ColumnSet createTdCssClassCondition(java.lang.String value)
value - Search valuepublic ColumnSet createTdCssClassCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ColumnSet withTdCssClass(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.StringList getThCssClass()
public ColumnSet createThCssClassCondition(java.lang.String value)
value - Search valuepublic ColumnSet createThCssClassCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ColumnSet withThCssClass(java.lang.String value)
value - New attribute valuepublic TableSet getTable()
public ColumnSet filterTable(java.lang.Object value)
value - The object required as table neighbor of the collected results.public ColumnSet withTable(Table value)
value - add Tablepublic CellSet getCells()
public ColumnSet filterCells(java.lang.Object value)
value - The object required as cells neighbor of the collected results.public ColumnSet withCells(Cell value)
value - add Cellpublic ColumnSet withoutCells(Cell value)
value - remove Cellpublic ColumnSet getNewList(boolean keyValue)
getNewList in interface de.uniks.networkparser.interfaces.BaseItemgetNewList in class SDMSet<Column>public ColumnSet filter(de.uniks.networkparser.interfaces.Condition<Column> condition)
filter in class de.uniks.networkparser.list.SimpleSet<Column>public ColumnSet filterName(java.lang.String value)
value - Search valuepublic ColumnSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ColumnSet filterTdCssClass(java.lang.String value)
value - Search valuepublic ColumnSet filterTdCssClass(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ColumnSet filterThCssClass(java.lang.String value)
value - Search valuepublic ColumnSet filterThCssClass(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound