Uses of Interface
com.sas.servlet.tbeans.tableview.TableCell

Packages that use TableCell
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
com.sas.servlet.tbeans.remotefileselector2   
com.sas.servlet.tbeans.remotefileselector2.html   
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.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.rpf.html   
com.sas.servlet.tbeans.tableview.wml Provides the classes used to generate a table of data in WML. 
 

Uses of TableCell in com.sas.servlet.tbeans.olaptableview.html
 

Classes in com.sas.servlet.tbeans.olaptableview.html that implement TableCell
 class DefaultOLAPTableDataCellRenderer
          The default class for rendering a data cell for a OLAPTableView.
 class DefaultOLAPTableLabelCellRenderer
          The default class for rendering a label cell for a OLAPTableView.
 class OLAPColorMapTableCellRenderer
          The class is used for rendering conditions applied to the OLAPTableView using the ConditionEvaluation class set on the OLAPTableView.
 

Uses of TableCell in com.sas.servlet.tbeans.remotefileselector2
 

Classes in com.sas.servlet.tbeans.remotefileselector2 that implement TableCell
 class BaseFieldRenderer
           BaseFieldRenderer is the abstract base class for any renderers used to control the display of the description row of the RemoteFileSelector.
 

Uses of TableCell in com.sas.servlet.tbeans.remotefileselector2.html
 

Classes in com.sas.servlet.tbeans.remotefileselector2.html that implement TableCell
 class ColumnAsRowCellRenderer
           ColumnAsRowCellRenderer is a class that constructs a TableCellRenderer which writes out the last column in a TableView as a row.
 class InformationServicesDateCellRenderer
           InformationServicesDateCellRenderer is a class that controls the way a date object is rendered in a TableView component.
 class NoColumnTableHeaderRenderer
          The NoColumnTableHeaderRenderer class creates a renderer that writes out nothing for the column header.
 

Uses of TableCell in com.sas.servlet.tbeans.tableview
 

Subinterfaces of TableCell in com.sas.servlet.tbeans.tableview
 interface TableCellEditor
          This interface defines the methods required by any object that would like to be an editor for cells in a TableView.
 interface TableCellRenderer
          This interface defines the methods required by any object that would like to be a renderer for cells in a TableView.
 

Uses of TableCell in com.sas.servlet.tbeans.tableview.html
 

Classes in com.sas.servlet.tbeans.tableview.html that implement TableCell
 class BaseTableCell
          Abstract class for rendering a cell for a TableView.
 class DefaultRowSelectionRenderer
          The DefaultRowSelectionRenderer is responsible for rendering the entire cell in the row selection column of a tableview.
 class DefaultTableCellEditor
          The DefaultTableCellEditor is the default class for generating the appropriate HTML 4.0 to represent a cell of a TableView that can be edited.
 class DefaultTableCellRenderer
          The DefaultTableCellRenderer is the default class for generating the appropriate HTML 4.0 to represent a cell of a TableView.
 class DefaultTableHeaderRenderer
          The DefaultTableHeaderRenderer is a class that generates the appropriate HTML 4.0 to represent a cell in the header row of a TableView.
 

Uses of TableCell in com.sas.servlet.tbeans.tableview.rpf.html
 

Classes in com.sas.servlet.tbeans.tableview.rpf.html that implement TableCell
 class ConditionTableCellRenderer
          The class is used for rendering conditions applied to the TableView using the Context class set on the TableView.
 

Uses of TableCell in com.sas.servlet.tbeans.tableview.wml
 

Classes in com.sas.servlet.tbeans.tableview.wml that implement TableCell
 class DefaultTableRowHeaderRenderer
          The DefaultTableRowHeaderRenderer is a class that generates a row header cell of the TableView.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.