Uses of Package
org.ujac.util.table

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

Classes in org.ujac.util.table used by org.ujac.print.tag
Column
          Name: Column
Description: A class holding definitions of table columns.
DefaultColumn
          Name: DefaultColumn
Description: Default column implementation.
Row
          Name: Row
Description: An interface for table rows.
Table
          Name: Table
Description: A common interface for tables.
TableConstants
          Name: TableConstants
Description: Defines common constants for the main table classes.
 

Classes in org.ujac.util.table used by org.ujac.print.test
TableException
          Name: TableException
Description: A class for general table exceptions.
 

Classes in org.ujac.util.table used by org.ujac.util.table
BaseRow
          Name: BaseRow
Description: A base class for row implementations.
BaseRowFilterRule
          Name: BaseRowFilterRule
Description: A base table row filter rule implementation.
BaseTable
          Name: BaseTable
Description: Basic table implementation.
BeanTable
          Name: BeanTable
Description: A table implementation acting as an interface for a list of beans.
Column
          Name: Column
Description: A class holding definitions of table columns.
ColumnAlreadyDefinedException
          Name: ColumnAlreadyDefinedException.java
Description: Exceptions used if the column to add already was defined.
ColumnFilter
          Name: ColumnFilter
Description: Interface for column filters, which is intended to filter the effective column set when automatically building the column set from a given source like a POJO/POJO list.
ColumnNotDefinedException
          Name: ColumnNotDefinedException
Description: Exceptions used if the desired column does not exist.
CompareItem
          Name: CompareItem
Description: A class holding informations needed to sort a table by one specific column in one specific direction.
DataRow
          Name: Row
Description: A class holding row data.
DataTable
          Name: DataTable
Description: A class holding table data.
DefaultColumn
          Name: DefaultColumn
Description: Default column implementation.
FunctionExecutor
          Name: FunctionExecutor
Description: A common interface for table function executors.
LayoutHints
          Name: LayoutHints
Description: A class holding layout hints for table columns.
OperationNotSupportedException
          Name: OperationNotSupportedException
Description: Class for exceptions, telling that the called method is not supported by the called implementation.
ReportFunction
          Name: ReportFunction
Description: A class describing and managing report funtions.
ReportGroup
          Name: ReportGroup
Description: A class describing and managing report groups.
ReportTable
          Name: ReportTable
Description: A table implementation serving simple reports with groups, functions, etc.
ResultSetTable
          Name: ResultSetTable
Description: A table implementation, serving data retrieved from a result set.
Row
          Name: Row
Description: An interface for table rows.
RowFilterRule
          Name: TableRowFilter
Description: An interface for table row filters.
RowFilterRuleSet
          Name: RowFilterRuleSet
Description: A set of rules which combines table row rules.
RowNotDefinedException
          Name: RowNotDefinedException
Description: Exceptions used if the desired column does not exist.
Table
          Name: Table
Description: A common interface for tables.
TableConstants
          Name: TableConstants
Description: Defines common constants for the main table classes.
TableException
          Name: TableException
Description: A class for general table exceptions.
TypeMismatchException
          Name: TypeMismatchException
Description: Exceptions used if the type of a value doesn't match the type of the referring column.
 

Classes in org.ujac.util.table used by org.ujac.util.table.test
TableException
          Name: TableException
Description: A class for general table exceptions.
 

Classes in org.ujac.util.table used by org.ujac.web.tag
Row
          Name: Row
Description: An interface for table rows.
Table
          Name: Table
Description: A common interface for tables.
 



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