net.pleso.framework.client.bl.rb
Interface IRowClassifier

All Known Implementing Classes:
DefaultRowClassifier

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

getRowStyle

java.lang.String getRowStyle()
Returns row style which positive classified by this classifier.

Returns:
row style

testRow

boolean testRow(IDataRow row)
Tests row for classification by this classifier. If row is positive classified returns true.

Parameters:
row - row to be tested
Returns:
true if row positive classified


Copyright © 2006-2007 pleso.net crew All Rights Reserved.