|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColumn | |
---|---|
com.sas.servlet.commands.jdbc.export | Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. |
com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
com.sas.servlet.tbeans.tableview.hdml | Provides the classes used to generate a table of data in HDML. |
com.sas.servlet.tbeans.tableview.html | Provides the classes used to generate a table of data in HTML. |
com.sas.servlet.tbeans.tableview.wml | Provides the classes used to generate a table of data in WML. |
com.sas.taglib.servlet.tbeans.tableview | Provides classes which implement the custom tags for com.sas.servlet.tbeans.tableview |
Uses of TableColumn in com.sas.servlet.commands.jdbc.export |
---|
Method parameters in com.sas.servlet.commands.jdbc.export with type arguments of type TableColumn | |
---|---|
static java.lang.String[] |
Util.getColumnUniqueModelIdentifiers(java.util.Enumeration<TableColumn> columns)
Returns the array of Unique Model Identifiers for a set of TableColumn objects |
Uses of TableColumn in com.sas.servlet.tbeans.tableview |
---|
Methods in com.sas.servlet.tbeans.tableview that return TableColumn | |
---|---|
TableColumn |
TableColumnModel.getColumn(int columnIndex)
Returns the TableColumn object for the column at columnIndex. |
TableColumn |
DefaultTableColumnModel.getColumn(int columnIndex)
Returns the TableColumn object for the column at columnIndex. |
TableColumn |
BaseTableView.getColumn(java.lang.Object identifier)
Convenience method to get the column from the column model. |
static TableColumn |
BaseTableViewHelper.getColumnForTableModelColumnIndex(TableColumnModel columnModel,
int tableModelColumnIndex)
S0871335 From a TableColumnModel returns the TableColumn object that has tableModelColumnIndex as its modelIndex. |
abstract TableColumn |
BaseTableView.getDefaultEditColumn()
Returns the default instance of TableColumn to use as the column, independent of the data, which contains the edit actions. |
abstract TableColumn |
BaseTableView.getDefaultRowSelectionColumn()
Returns the default instance of TableColumn to use as the column, independent of the data, that can be used to select rows in the TableView. |
TableColumn |
BaseTableView.getEditColumn()
Returns an instance of TableColumn to use as the column, independent of the data, which contains the edit actions. |
TableColumn |
BaseTableView.getRowSelectionColumn()
Returns the instance of TableColumn used to represent a column, independent of the data, that can be used to select rows in the TableView. |
Methods in com.sas.servlet.tbeans.tableview with parameters of type TableColumn | |
---|---|
void |
TableColumnModel.addColumn(TableColumn column)
Appends a column to the end of the tableColumns array. |
void |
DefaultTableColumnModel.addColumn(TableColumn column)
Appends a column to the end of the tableColumns array. |
void |
BaseTableView.addColumn(TableColumn column)
Convenience method to add the column to the column model. |
protected ActionList |
BaseTableView.getColumnHeaderActions(TableColumn column,
java.lang.String header)
Returns the ActionList to be rendered as the column header for the given column. |
void |
TableColumnModel.removeColumn(TableColumn column)
Deletes the TableColumn column from the tableColumns array. |
void |
DefaultTableColumnModel.removeColumn(TableColumn column)
Deletes the TableColumn column from the tableColumns array. |
void |
BaseTableView.removeColumn(TableColumn column)
Convenience method to remove a column from the column model. |
void |
BaseTableView.setEditColumn(TableColumn column)
Sets the instance of TableColumn to use as the column, independent of the data, which contains the edit actions. |
void |
BaseTableView.setRowSelectionColumn(TableColumn column)
Sets an instance of TableColumn to use as the column, independent of the data, that can be used to select rows in the TableView. |
Uses of TableColumn in com.sas.servlet.tbeans.tableview.hdml |
---|
Methods in com.sas.servlet.tbeans.tableview.hdml that return TableColumn | |
---|---|
TableColumn |
TableView.getDefaultEditColumn()
Method not implemented, returns null. |
TableColumn |
TableView.getDefaultRowSelectionColumn()
Method not implemented, returns null. |
Uses of TableColumn in com.sas.servlet.tbeans.tableview.html |
---|
Methods in com.sas.servlet.tbeans.tableview.html that return TableColumn | |
---|---|
TableColumn |
TableView.getDefaultEditColumn()
Returns the default instance of TableColumn to use as the column, independent of the data, which contains the edit actions. |
TableColumn |
TableView.getDefaultRowSelectionColumn()
Returns the default instance of TableColumn to use as the column, independent of the data, that can be used to select rows in the TableView. |
Uses of TableColumn in com.sas.servlet.tbeans.tableview.wml |
---|
Methods in com.sas.servlet.tbeans.tableview.wml that return TableColumn | |
---|---|
TableColumn |
TableView.getDefaultEditColumn()
Method not implemented, returns null. |
TableColumn |
TableView.getDefaultRowSelectionColumn()
Method not implemented, returns null. |
Uses of TableColumn in com.sas.taglib.servlet.tbeans.tableview |
---|
Methods in com.sas.taglib.servlet.tbeans.tableview with parameters of type TableColumn | |
---|---|
void |
ColumnsTag.addHeld(java.lang.String hold,
TableColumn column)
Add the list of columns to be held. |
void |
ColumnsTag.addSort(java.lang.String sort,
TableColumn column)
Add the list of columns to be sorted. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |