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

Packages that use TableConstants
org.ujac.print.tag   
org.ujac.util.table   
 

Uses of TableConstants in org.ujac.print.tag
 

Classes in org.ujac.print.tag that implement TableConstants
 class PrintTableTag.DummyColumn
          Name: DummyColumn
Description: A class for dummy columns which are added through the insert-column tag.
 

Uses of TableConstants in org.ujac.util.table
 

Subinterfaces of TableConstants in org.ujac.util.table
 interface Column
          Name: Column
Description: A class holding definitions of table columns.
 interface Table
          Name: Table
Description: A common interface for tables.
 

Classes in org.ujac.util.table that implement TableConstants
 class BaseTable
          Name: BaseTable
Description: Basic table implementation.
 class BeanColumn
          Name: BeanColumn
Description: A class for columns, holding getter and setter methods to support java bean access.
 class BeanTable
          Name: BeanTable
Description: A table implementation acting as an interface for a list of beans.
 class DataRow
          Name: Row
Description: A class holding row data.
 class DataTable
          Name: DataTable
Description: A class holding table data.
 class DefaultColumn
          Name: DefaultColumn
Description: Default column implementation.
 class FilteredTable
          Name: FilteredTable
Description: A table implementation filtering nested tables according to a given table definition.
 class GroupRow
          Name: GroupRow
Description: A table row for group rows.
 class PivotTable
          Name: PivotTable
Description: A table implementation, generating pivot tables out of ordered data tables.
 class ReportFunction
          Name: ReportFunction
Description: A class describing and managing report funtions.
 class ReportTable
          Name: ReportTable
Description: A table implementation serving simple reports with groups, functions, etc.
 class ResultSetTable
          Name: ResultSetTable
Description: A table implementation, serving data retrieved from a result set.
 



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