|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTable | |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
Uses of DataTable in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui with parameters of type DataTable | |
DataQuery |
StaticDataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
protected DataQuery |
DataTable.DataBuilderAdapter.createQuery(DataTable t,
PageState s)
Obtain a DataQuery and apply query events to it. |
DataQuery |
DataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
abstract DataQuery |
AbstractDataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
Constructors in com.arsdigita.toolbox.ui with parameters of type DataTable | |
DataTable.DataQueryTableModel(DataTable t,
DataQuery data,
String keyColumn)
Create a new DataQueryTableModel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |