Uses of Interface
org.ujac.util.table.Row

Packages that use Row
org.ujac.print.tag   
org.ujac.util.table   
org.ujac.web.tag   
 

Uses of Row in org.ujac.print.tag
 

Methods in org.ujac.print.tag with parameters of type Row
 void PrintRowTag.outputRow(Row currentRow)
          Performs the row output.
 

Uses of Row in org.ujac.util.table
 

Classes in org.ujac.util.table that implement Row
 class BaseRow
          Name: BaseRow
Description: A base class for row implementations.
 class DataRow
          Name: Row
Description: A class holding row data.
 class GroupRow
          Name: GroupRow
Description: A table row for group rows.
 class HeaderRow
          Name: HeaderRow
Description: A class holding title row data.
 

Methods in org.ujac.util.table that return Row
 Row FilteredTable.addRow()
           
 Row ResultSetTable.addRow()
          Adds a row to the table
 Row Table.addRow()
          Adds a row to the table
 Row ReportTable.addRow()
           
 Row DataTable.addRow()
          Adds a row to the table
 Row FilteredTable.addRow(Row srcRow)
           
 Row ResultSetTable.addRow(Row srcRow)
           
 Row Table.addRow(Row srcRow)
          Adds a row to the table
 Row ReportTable.addRow(Row srcRow)
           
 Row DataTable.addRow(Row srcRow)
          Adds a row to the table
 Row FilteredTable.getHeaderRow()
           
 Row ResultSetTable.getHeaderRow()
          Gets the header row.
 Row Table.getHeaderRow()
          Gets the header row.
 Row ReportTable.getHeaderRow()
           
 Row DataTable.getHeaderRow()
          Gets the header row.
 Row FilteredTable.getRow(int rowIdx)
           
 Row ResultSetTable.getRow(int rowIdx)
          Gets a row from the table
 Row Table.getRow(int rowIdx)
          Gets a row from the table
 Row ReportTable.getRow(int rowIdx)
           
 Row DataTable.getRow(int rowIdx)
          Gets a row from the table
protected  Row ReportGroup.getTitleRow()
          Getter method for the the property titleRow.
 

Methods in org.ujac.util.table with parameters of type Row
 Row FilteredTable.addRow(Row srcRow)
           
 Row ResultSetTable.addRow(Row srcRow)
           
 Row Table.addRow(Row srcRow)
          Adds a row to the table
 Row ReportTable.addRow(Row srcRow)
           
 Row DataTable.addRow(Row srcRow)
          Adds a row to the table
protected  void ReportGroup.setTitleRow(Row titleRow)
          Setter method for the the property titleRow.
 boolean ExpressionRowFilterRule.test(Row row)
           
 boolean LikeRowFilterRule.test(Row row)
           
 boolean NotRowFilterRule.test(Row row)
           
 boolean RowFilterRuleSet.test(Row row)
           
 boolean BetweenRowFilterRule.test(Row row)
           
 boolean LessEqualsRowFilterRule.test(Row row)
           
 boolean GreaterEqualsRowFilterRule.test(Row row)
           
 boolean GreaterRowFilterRule.test(Row row)
           
 boolean LessRowFilterRule.test(Row row)
           
 boolean RowFilterRule.test(Row row)
          Tests the filter rule for the given row.
 boolean InRowFilterRule.test(Row row)
           
 boolean EqualsRowFilterRule.test(Row row)
           
 

Constructors in org.ujac.util.table with parameters of type Row
BaseRow(Table table, Row srcRow)
          Constructs a BaseRow instance with specific attributes.
DataRow(Table table, int rowIdx, Row srcRow)
          Constructs a DataRow instance with specific attributes.
 

Uses of Row in org.ujac.web.tag
 

Methods in org.ujac.web.tag that return Row
protected  Row PrintTableTag.getCurrentRow()
          Gets the current row.
 

Methods in org.ujac.web.tag with parameters of type Row
protected  boolean PrintGroupRowTag.checkRowType(Row row)
          Checks the row type.
protected  boolean PrintHeaderRowTag.checkRowType(Row row)
          Checks the row type.
protected  boolean PrintGroupTitleRowTag.checkRowType(Row row)
          Checks the row type.
protected  boolean PrintFooterRowTag.checkRowType(Row row)
          Checks the row type.
protected  boolean PrintRowTag.checkRowType(Row row)
          Checks the row type.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.