net.sf.jameleon.result
Interface RowResultContainer

All Known Implementing Classes:
CountableDataDrivableResultContainer, DataDrivableResultContainer

public interface RowResultContainer

Describes a result that contains row results


Method Summary
 boolean isCountable()
          Used to define whether the tag's countRow is set to true or false.
 

Method Detail

isCountable

boolean isCountable()
Used to define whether the tag's countRow is set to true or false.

Returns:
truen if countRow is set to true


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.