|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExportAsHyperlinkInterface | To support exporting to Excel as hyperlinks the values of the data items that have the "Display as a hyperlink" attribute set to yes in the Information Map |
TableCell | This interface defines the methods required for a TableView cell. |
TableCellContentsEditor | This interface defines the methods required by any object that would like to edit the contents of a cell of a TableView. |
TableCellContentsRenderer | This interface defines the methods required by any object that would like to renderer the contents of a cell of a TableView. |
TableCellEditor | This interface defines the methods required by any object that would like to be an editor for cells in a TableView. |
TableCellRenderer | This interface defines the methods required by any object that would like to be a renderer for cells in a TableView. |
TableColumnModel | Defines the requirements for a table column model object suitable for use with TableView. |
TableColumnModelListener | TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel. |
TableRowModel | Defines the requirements for a TableRowModel object suitable for use with a TableView. |
TableRowRenderer | This interface defines the methods required by any object that would like to renderer the begin and end row tags for a TableView. |
Class Summary | |
---|---|
AbstractBaseTableView | The abstract Transformation Bean base object for creating any TableView. |
BaseColumnHeader | A ColumnHeader manages the column header area of the TableView. |
BaseHeader | A template to use for column and row headers for a TableView. |
BaseRowHeader | A RowHeader manages the row headers of the TableView. |
BaseTableView | The base abstract Transformation Bean for creating a 2-dimensional Table. |
BaseTableViewHelper | |
DefaultTableColumnModel | The standard column-handler for a TableView. |
DefaultTableRowModel | The standard row-handler for a TableView. |
HttpEditController | Interface for implementing controllers to assist html tables in editing. |
HttpHoldColumnSupport | Concrete extension of HoldColumnSupport for HTTP. |
TableColumn | A TableColumn provides slots for a renderer and an editor that can be used to display and edit the cells in this column. |
TableColumnModelEvent | TableColumnModelEvent is used to notify listeners that a TableColumnModel has changed. |
TableViewActionSupportFilter | Specialized ActionSupportFilter class for the TableView component to use when querying the HttpActionProvider for actions. |
Provides the base classes and interfaces used to generate a table of data for a given data model.
OVERVIEW
The TableView package contains the base classes and interfaces necessary to produce a web based relational table. The TableView requires a data model that implements javax.swing.table.TableModel. The TableView also consists of several different parts, including:
PRIMARY CLASSES
For More Information:
Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.
Examples for this class may be found on the Examples Site. You will initially see a subset of examples relating to the TableView classes. You can search for others as needed.
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |