|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupCondition
Method Summary | |
---|---|
GroupCondition |
configureParentCondition(GroupCondition condition)
Configure the condition that immediately contains this condition. |
boolean |
contains(GroupCondition c)
Checks if the specified condition is contained in this condition. |
Object |
getConditionValue(int index)
Gets the condition value. |
int |
getNumberOfConditions()
Gets the number of conditions. |
boolean |
satisfies(TableModel model,
int row)
Checks if a row in the table model satisfies the condition specified by this GroupCondition . |
Method Detail |
---|
boolean satisfies(TableModel model, int row)
GroupCondition
.
model
- the table model.row
- the row index.
boolean contains(GroupCondition c)
c
- the condition to check.
GroupCondition configureParentCondition(GroupCondition condition)
condition
- the condition to be configured.
int getNumberOfConditions()
Object getConditionValue(int index)
index
- the index of the condition.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |