net.pleso.framework.client.bl.rb.impl
Class DefaultRowClassifier

java.lang.Object
  extended by net.pleso.framework.client.bl.rb.impl.DefaultRowClassifier
All Implemented Interfaces:
IRowClassifier

public class DefaultRowClassifier
extends java.lang.Object
implements IRowClassifier

Default IRowClassifier implementation


Constructor Summary
DefaultRowClassifier(java.lang.String rowStyle)
          Constructor
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRowClassifier

public DefaultRowClassifier(java.lang.String rowStyle)
Constructor

Parameters:
rowStyle - row's css-style
Method Detail

getRowStyle

public java.lang.String getRowStyle()
Description copied from interface: IRowClassifier
Returns row style which positive classified by this classifier.

Specified by:
getRowStyle in interface IRowClassifier
Returns:
row style

testRow

public boolean testRow(IDataRow row)
Description copied from interface: IRowClassifier
Tests row for classification by this classifier. If row is positive classified returns true.

Specified by:
testRow in interface IRowClassifier
Parameters:
row - row to be tested
Returns:
true if row positive classified


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