Uses of Class
com.arsdigita.bebop.Table

Packages that use Table
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.table Contains the supporting classes for the Table component. 
com.arsdigita.formbuilder.ui The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.webdevsupport.log4j Web user interfaces for dynamically adjusting Log4J warning levels. 
 

Uses of Table in com.arsdigita.bebop
 

Subclasses of Table in com.arsdigita.bebop
 class Grid
          Displays a ListModel as a grid (that is, a Table) of given width.
 class PropertySheet
          Displays a list of label-value pairs that represent the properties of some object.
 

Methods in com.arsdigita.bebop with parameters of type Table
 Component PropertySheet.StringLabelCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
           
 TableModel Table.MatrixTableModelBuilder.makeModel(Table t, PageState s)
           
 

Uses of Table in com.arsdigita.bebop.table
 

Methods in com.arsdigita.bebop.table that return Table
 Table TableHeader.getTable()
           
 

Methods in com.arsdigita.bebop.table with parameters of type Table
 Component DefaultTableCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
          Return the component that should be used to render the given value.
abstract  TableModel AbstractTableModelBuilder.makeModel(Table t, PageState s)
          Return a table model for the request represented by s.
 Component TableCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
          Return a component with the visual representation for the passed in key and value.
 void TableHeader.setTable(Table v)
          Set the parent Table
 TableModel TableModelBuilder.makeModel(Table t, PageState s)
          Return a table model for the request represented by s.
 

Uses of Table in com.arsdigita.formbuilder.ui
 

Methods in com.arsdigita.formbuilder.ui with parameters of type Table
 TableModel ProcessListenerTableModelBuilder.makeModel(Table table, PageState state)
           
 

Uses of Table in com.arsdigita.toolbox.ui
 

Subclasses of Table in com.arsdigita.toolbox.ui
 class AbstractCollectionTable
          This provides a base table to show the elements of a DomainCollection
 class DataTable
          General
 class DomainObjectPropertySheet
          Displays a list of label-value pairs, which represent the attributes of a domain object.
 class DomainTable
          DomainTable
 

Methods in com.arsdigita.toolbox.ui with parameters of type Table
 void ModalPanel.connect(Table orig, int column, Component dest)
           
 void ModalPanel.connect(Table orig, int column, FormSection dest)
           
 Component DateTimeTableCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
           
 Component DateTableCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
           
 TableModel DataTable.DataBuilderAdapter.makeModel(Table table, PageState s)
          Construct a DataQueryTableModel by wrapping the query.
 Component DataTable.GlobalizedHeaderCellRenderer.getComponent(Table table, PageState state, Object value, boolean isSelected, Object key, int row, int column)
           
 

Uses of Table in com.arsdigita.webdevsupport.log4j
 

Subclasses of Table in com.arsdigita.webdevsupport.log4j
 class CategoryTable
          Log4j category level list Created: Mon Jul 29 14:01:52 2002
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC