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

Packages that use URLInterface
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
com.sas.servlet.tbeans.form Provides classes and interfaces for all form element 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.menubar Provides base classes used to generate the MenuBar and SelectorMenuBar. 
com.sas.servlet.tbeans.menubar.html Provides classes for generating a MenuBar or SelectorMenuBar. 
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
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 URLInterface in com.sas.servlet.tbeans
 

Classes in com.sas.servlet.tbeans that implement URLInterface
 class BaseButton
          The BaseButton is an abstract TransformationBean™ used to create different types of button looks using images and a label.
 class BaseLabel
          The BaseLabel is an abstract TransformationBean™ used to create a label.
 

Uses of URLInterface in com.sas.servlet.tbeans.form
 

Classes in com.sas.servlet.tbeans.form that implement URLInterface
 class BaseImage
          The BaseImage is an abstract TransformationBean™ used to create an Image.
 

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

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

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

Classes in com.sas.servlet.tbeans.html that implement URLInterface
 class Button
          The Button is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for a button look by setting images and a label.
 class Label
          The Label is a TransformationBean™ that generates the appropriate HTML 4.0 for static text in HTML.
 

Uses of URLInterface in com.sas.servlet.tbeans.menubar
 

Classes in com.sas.servlet.tbeans.menubar that implement URLInterface
 class BaseMenu
          BaseMenu TransformationBean™ used to create a Menu used for controlling rollover dropdown actions, selectors and navigation style menus.
 class BaseMenuItem
          BaseMenuItem TransformationBean™ used to create a MenuItem.
 class BaseSelectorMenuItem
          BaseSelectorMenuItem TransformationBean™ used to create a SelectorMenuItem.
 

Uses of URLInterface in com.sas.servlet.tbeans.menubar.html
 

Classes in com.sas.servlet.tbeans.menubar.html that implement URLInterface
 class Menu
          Deprecated. As of release 9.2, replaced by SimpleMenuBar/PopupMenu
 class MenuItem
          MenuItem is used to populate the Menus in a MenuBar transformation bean.
 class SelectorMenuItem
          The SelectorMenuItem is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar.
 

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

Classes in com.sas.servlet.tbeans.olaptableview.html that implement URLInterface
 class DefaultOLAPTableDataCellContentsRenderer
          This class generates the default contents of the olap table's data cells.
 class DefaultOLAPTableLabelCellContentsRenderer
          This class generates the default contents of the olap table's label cells.
 

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

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

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

Classes in com.sas.servlet.tbeans.tableview.rpf.html that implement URLInterface
 class ImageAction
           
 class TextAction
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.