public static final class Disposition.DefaultFinder extends java.lang.Object implements Disposition.Finder, com.technia.tvc.commons.collections15.Predicate<Cell>
| Constructor and Description |
|---|
DefaultFinder() |
DefaultFinder(boolean left,
boolean right) |
DefaultFinder(boolean left,
boolean right,
com.technia.tvc.commons.collections15.Predicate<Column> predicate) |
DefaultFinder(com.technia.tvc.commons.collections15.Predicate<Column> predicate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Cell> |
cells(TableData data) |
java.util.Iterator<Column> |
columns(TableBean<?> table) |
boolean |
evaluate(Cell cell) |
public DefaultFinder()
public DefaultFinder(com.technia.tvc.commons.collections15.Predicate<Column> predicate)
public DefaultFinder(boolean left,
boolean right)
public DefaultFinder(boolean left,
boolean right,
com.technia.tvc.commons.collections15.Predicate<Column> predicate)
public java.util.Iterator<Cell> cells(TableData data)
cells in interface Disposition.Finderpublic java.util.Iterator<Column> columns(TableBean<?> table)
columns in interface Disposition.FinderCopyright ? Technia AB. All Rights Reserved.