|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.gui.table.TableSorter.Filter
com.ontimize.gui.table.TableSorter.DifferentFilter
Class that represents a filter to a table column. The filter sets a list of values that will be different to the target column.
| Field Summary | |
static int |
DIFFERENT
|
| Fields inherited from class com.ontimize.gui.table.TableSorter.Filter |
condition, dateFormat, EQUAL, GREATER, GREATER_EQUAL, LESS, LESS_EQUAL, RANGE, values |
| Constructor Summary | |
TableSorter.DifferentFilter(int condition,
java.lang.Object[] values)
Creates a new filter. |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class com.ontimize.gui.table.TableSorter.Filter |
getCondition, getValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int DIFFERENT
| Constructor Detail |
public TableSorter.DifferentFilter(int condition,
java.lang.Object[] values)
condition - the condition to applyvalues - the objects to use when checking the condition| Method Detail |
public java.lang.String toString()
toString in class TableSorter.Filter
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||