|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowClassifier
Represents row classifier which can test any row and determine whether
specified row can be positive classified by this classifier. Positive
classification can be used to set row style retrieved by
getRowStyle()
in visual design.
Method Summary | |
---|---|
java.lang.String |
getRowStyle()
Returns row style which positive classified by this classifier. |
boolean |
testRow(IDataRow row)
Tests row for classification by this classifier. |
Method Detail |
---|
java.lang.String getRowStyle()
boolean testRow(IDataRow row)
true
.
row
- row to be tested
true
if row positive classified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |