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

Packages that use DisabledImageInterface
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
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. 
 

Uses of DisabledImageInterface in com.sas.servlet.tbeans
 

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

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

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

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

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.