Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.
@CodeSet(value="sas.platform")
@SASScope(value="ALL")

Package com.sas.servlet.tbeans.tableview.wml

Provides the classes used to generate a table of data in WML.

See:
          Description

Class Summary
CellContentsNoRowsRenderer The CellContentsNoRowsRenderer is a TransformationBean™ that generates the contents of the TableView when there are no rows in the data model.
ColumnHeader A ColumnHeader manages the header of the TableView.
DefaultCellContentsRenderer The DefaultCellContentsRenderer is a TransformationBean™ that generates the contents of the table's cells.
DefaultTableCellRenderer The DefaultTableCellRenderer is the default class for rendering a cell for a TableView.
DefaultTableHeaderRenderer The DefaultTableHeaderRenderer is a class for rendering a cell in the header row of the TableView.
DefaultTableRowHeaderRenderer The DefaultTableRowHeaderRenderer is a class that generates a row header cell of the TableView.
DefaultTableRowRenderer The DefaultTableRowRenderer is a class for rendering the begin and end WML row tags for the TableView.
RowHeader A RowHeader manages the row headers of the TableView.
TableView The TableView is a TransformationBean™ that generates a WML table with the data from the given model and format the 2-dimensional table.
 

Package com.sas.servlet.tbeans.tableview.wml Description

Provides the classes used to generate a table of data in WML.

OVERVIEW

This package contains the classes needed to represent the data model in a WML table. The WML TableView does not allow editing.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.