com.sas.servlet.tbeans.models
Class SelectorMenuItemNode
com.sas.servlet.tbeans.models.SelectorMenuItemNode
- All Implemented Interfaces:
- NodeInterface, SelectorMenuItemNodeInterface, java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
public class SelectorMenuItemNode
- implements SelectorMenuItemNodeInterface
SelectorMenuNode extends MenuNode and provides an implementation of
SelectorMenuNodeInterface
- See Also:
- Serialized Form
Methods inherited from class com.sas.servlet.tbeans.models.Node |
addItems, getIndex, getNodeExpandedText, getNodeText, getNodeType, getNodeTypes, getObjectData, isExternalUpdateSupported, setExternalUpdateSupported, setNodeExpandedText, setNodeText, setNodeType, setObjectData, toString |
SelectorMenuItemNode
public SelectorMenuItemNode()
- SelectorMenuNode constructor
SelectorMenuItemNode
public SelectorMenuItemNode(BaseTransformation selector)
setSelector
public void setSelector(BaseTransformation selector)
- Sets the selector associated with the Menu
- Specified by:
setSelector
in interface SelectorMenuItemNodeInterface
- Parameters:
selector
- - selector object which will be transformed to a string
getSelector
public BaseTransformation getSelector()
- Returns the selector associated with the menu node
- Specified by:
getSelector
in interface SelectorMenuItemNodeInterface
- Returns:
- the selector associated with the menu node
Copyright © 2009 SAS Institute Inc. All Rights Reserved.