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.

Package com.sas.servlet.tbeans.models

Provides classes and interfaces for models which may be displayed in viewers.

See:
          Description

Interface Summary
ItemInterface ItemInterface is an interface which provides access for creating an Item.
JavaScriptNodeInterface JavaScriptNodeInterface is an interface which provides access for creating a JavaScriptNode.
JavaScriptNodeStyleKeysInterface Interface that contains the keys for the style map for the JavaScriptNode.
LevelNodeInterface StaticNodeCellStyleKeyInterface provides an interface for nodes that want to implement returning a cell style key.
MenuBarNodeInterface MenuBarNodeInterface defines methods for providing and getting menu bar.
MenuItemNodeInterface MenuItemNodeInterface defines methods for providing and getting menu item properties.
MenuNodeInterface MenuItemNodeInterface defines methods for providing and getting menu item properties.
NodeInterface NodeInterface is implemented by objects contained in a hierarchical structure that provide textual descriptions.
SelectorMenuItemNodeInterface SelectorMenuNodeInterface defines methods for providing and getting selectors for a node.
StaticLevelNodeInterface StaticNodeCellStyleKeyInterface provides an interface for nodes that want to implement returning a cell style key.
StaticNodeCellStyleInterface StaticNodeCellStyleInterface defines methods for returning the style class for a cell of a node.
StaticNodeCellStyleKeyInterface StaticNodeCellStyleKeyInterface provides an interface for nodes that want to implement returning a cell style key.
TreeNodeInterface TreeNodeInterface is an interface for creating a tree node.
 

Class Summary
Item Item is a generic implementation of ItemInterface.
JavaScriptNode JavaScriptNode is a generic implementation of JavaScriptNodeInterface.
JDBCToTreeViewModelAdapter The JDBCToTreeViewModelAdapter is a JDBCToTreeModelAdapter which is specialized for the TreeView.
MapToItemTransform Transforms a Map into an Item by subsituting the Map keys and values with their corresponding Item values.
MenuBarNode MenuBarNode extends Node and is the root node for menu type models.
MenuItemNode MenuItemNode extends Node and provides an implementation of MenuItemNodeInterface
MenuNode MenuNode extends Node and provides an implementation of MenuNodeInterface
Node Node is a generic implementation of NodeInterface.
SelectorMenuItemNode SelectorMenuNode extends MenuNode and provides an implementation of SelectorMenuNodeInterface
SimpleMenuItemNode SimpleMenuItemNode extends Node and provides an implementation of MenuItemNodeInterface
TreeNode The TreeNode model creates nodes that can be used to create a hierarchical structure.
 

Package com.sas.servlet.tbeans.models Description

Provides classes and interfaces for models which may be displayed in viewers.


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.