com.sas.models
Interface SelectorMenuItemNodeV2Interface

All Superinterfaces:
NodeInterface, SelectorMenuItemNodeInterface, SimpleNodeInterface
All Known Implementing Classes:
MDSelectorMenuItemNode, SelectorMenuItemNode

public interface SelectorMenuItemNodeV2Interface
extends SelectorMenuItemNodeInterface

SelectorMenuNodeV2Interface defines methods for providing and getting selectors for a node.

See Also:
MenuNodeInterface, MenuBar

Method Summary
abstract  BaseTransformation getSelectorObject()
          Returns the selector associated with the menu node
abstract  void setSelectorObject(BaseTransformation selector)
          Sets the selector associated with the Menu
 
Methods inherited from interface com.sas.models.SelectorMenuItemNodeInterface
getSelector, setSelector
 
Methods inherited from interface com.sas.models.NodeInterface
getNodeExpandedText, getNodeText, getNodeType
 
Methods inherited from interface com.sas.models.SimpleNodeInterface
countNodeChildren, getNodeChild, getNodeChildCount, getNodeChildren, isLeafNode
 

Method Detail

setSelectorObject

void setSelectorObject(BaseTransformation selector)
Sets the selector associated with the Menu

Parameters:
selector - - selector object which will be transformed to a string

getSelectorObject

BaseTransformation getSelectorObject()
Returns the selector associated with the menu node

Returns:
the selector associated with the menu node



Copyright © 2009 SAS Institute Inc. All Rights Reserved.