com.sas.models
Interface SelectorMenuItemNodeInterface

All Superinterfaces:
NodeInterface, SimpleNodeInterface
All Known Subinterfaces:
MDSelectorMenuItemNodeInterface, SelectorMenuItemNodeV2Interface
All Known Implementing Classes:
MDSelectorMenuItemNode, SelectorMenuItemNode

public interface SelectorMenuItemNodeInterface
extends NodeInterface

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

See Also:
MenuNodeInterface, MenuBar

Method Summary
abstract  com.sas.servlet.beans.BaseTransformation getSelector()
          Returns the selector associated with the menu node
abstract  void setSelector(com.sas.servlet.beans.BaseTransformation selector)
          Sets the selector associated with the Menu
 
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

setSelector

void setSelector(com.sas.servlet.beans.BaseTransformation selector)
Sets the selector associated with the Menu

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

getSelector

com.sas.servlet.beans.BaseTransformation getSelector()
Returns the selector associated with the menu node

Returns:
the selector associated with the menu node



Copyright © 2009 SAS Institute Inc. All Rights Reserved.