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
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.