Uses of Interface
com.sas.servlet.tbeans.StyleInterface

Packages that use StyleInterface
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
com.sas.servlet.tbeans.form.html Provides classes and interfaces for form element componenets and their supporting classes. 
com.sas.servlet.tbeans.html Provides classes and interfaces for several transformation beans such as Button, Label, and TreeView along with their supporting classes. 
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.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.rpf.html   
 

Uses of StyleInterface in com.sas.servlet.tbeans
 

Classes in com.sas.servlet.tbeans that implement StyleInterface
 class BaseLabel
          The BaseLabel is an abstract TransformationBean™ used to create a label.
 

Uses of StyleInterface in com.sas.servlet.tbeans.form.html
 

Classes in com.sas.servlet.tbeans.form.html that implement StyleInterface
 class ChoiceBox
          The ChoiceBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ChoiceBox.
 class Hidden
          The Hidden is a TransformationBean™ that generates the appropriate HTML 4.0 for creating hidden HTML input fields.
 class Image
          The Image is a TransformationBean™ that generates the appropriate HTML 4.0 INPUT tag attributes to represent an image in a form or ANCHOR tag attributes to represent an image.
 class ListBox
          The ListBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ListBox.
 class Password
          The Password is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML password entry field.
 class PushButton
          The PushButton is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML form image.
 class TextArea
          The TextArea is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML TextArea input field.
 class TextEntry
          The TextEntry is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML text entry field.
 

Uses of StyleInterface in com.sas.servlet.tbeans.html
 

Classes in com.sas.servlet.tbeans.html that implement StyleInterface
 class Label
          The Label is a TransformationBean™ that generates the appropriate HTML 4.0 for static text in HTML.
 

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

Classes in com.sas.servlet.tbeans.olaptableview.html that implement StyleInterface
 class DefaultOLAPTableDataCellContentsRenderer
          This class generates the default contents of the olap table's data cells.
 class DefaultOLAPTableDataCellRenderer
          The default class for rendering a data cell for a OLAPTableView.
 class DefaultOLAPTableLabelCellContentsRenderer
          This class generates the default contents of the olap table's label cells.
 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 StyleInterface in com.sas.servlet.tbeans.remotefileselector2
 

Classes in com.sas.servlet.tbeans.remotefileselector2 that implement StyleInterface
 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 StyleInterface in com.sas.servlet.tbeans.remotefileselector2.html
 

Classes in com.sas.servlet.tbeans.remotefileselector2.html that implement StyleInterface
 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 StyleInterface in com.sas.servlet.tbeans.tableview.html
 

Classes in com.sas.servlet.tbeans.tableview.html that implement StyleInterface
 class BaseTableCell
          Abstract class for rendering a cell for a TableView.
 class BaseTableRow
          Base abstract class for rendering the begin and end row tags for an TableView.
 class CellContentsChoiceBoxEditor
          The CellContentsChoiceBoxEditor is a TransformationBean™ that generates the appropriate HTML 4.0 that represent the content's of a cell that can be edited via an HTML choice box component.
 class CellContentsImageRenderer
          The CellContentsImageRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the contents of a cell as an HTML image.
 class CellContentsLabelRenderer
          The CellContentsLabelRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the contents of a cell as an HTML label.
 class CellContentsListBoxEditor
          The CellContentsListBoxEditor is a TransformationBean™ that generates the appropriate HTML 4.0 that represent the content's of a cell that can be edited via an HTML list box component.
 class CellContentsNoRowsRenderer
          The CellContentsNoRowsRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 of a table cell's contents generated when there are no rows in the data model.
 class CellContentsTextAreaEditor
          The CellContentsTextAreaEditor is a TransformationBean™ that generates the appropriate HTML 4.0 that represent the content's of a cell that can be edited via an HTML text area component.
 class CellContentsTextEntryEditor
          The CellContentsTextEntryEditor is a TransformationBean™ that generates the appropriate HTML 4.0 that represent the content's of a cell that can be edited via an HTML text entry.
 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.
 class DefaultTableRowHeaderRenderer
          The DefaultTableRowHeaderRenderer is a class that generates the appropriate HTML 4.0 to represent a row header cell of a TableView.
 class DefaultTableRowRenderer
          The DefaultTableRowRenderer is a class that generates the appropriate HTML 4.0 for the begin and end html row tags for a TableView.
 

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.