Uses of Interface
com.arsdigita.bebop.table.TableModelBuilder

Packages that use TableModelBuilder
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. 
 

Uses of TableModelBuilder in com.arsdigita.bebop
 

Classes in com.arsdigita.bebop that implement TableModelBuilder
static class Table.MatrixTableModelBuilder
          An internal class that creates a table model around a set of data given as a Object[][].
 

Methods in com.arsdigita.bebop that return TableModelBuilder
 TableModelBuilder Table.getModelBuilder()
           
 

Methods in com.arsdigita.bebop with parameters of type TableModelBuilder
 void Table.setModelBuilder(TableModelBuilder v)
          Sets a new Table.MatrixTableModelBuilder for the table.
 

Constructors in com.arsdigita.bebop with parameters of type TableModelBuilder
Table(TableModelBuilder b, Object[] headers)
          Constructs a table using a Table.MatrixTableModelBuilder.
Table(TableModelBuilder b, TableColumnModel c)
          Constructs a table using a Table.MatrixTableModelBuilder.
 

Uses of TableModelBuilder in com.arsdigita.bebop.table
 

Classes in com.arsdigita.bebop.table that implement TableModelBuilder
 class AbstractTableModelBuilder
          A convenience for implementing TableModelBuilders.
 

Uses of TableModelBuilder in com.arsdigita.formbuilder.ui
 

Classes in com.arsdigita.formbuilder.ui that implement TableModelBuilder
 class ProcessListenerTableModelBuilder
           
 

Uses of TableModelBuilder in com.arsdigita.toolbox.ui
 

Classes in com.arsdigita.toolbox.ui that implement TableModelBuilder
protected static class DataTable.DataBuilderAdapter
          Adapts a DataQueryBuilder into a TableModelBuilder.
 



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