com.sas.models
Interface MenuNodeInterface

All Superinterfaces:
MenuItemNodeInterface, NodeInterface, SimpleNodeInterface
All Known Implementing Classes:
MenuNode

public interface MenuNodeInterface
extends MenuItemNodeInterface

MenuNodeInterface defines methods for providing and getting menu properties

See Also:
MenuInterface

Method Summary
abstract  java.lang.String getAlternateText()
          Returns the ALT attribute on the HTML output tag that provides tooltip text when hovering over the image.
abstract  int getImagePosition()
          Returns the position of the menu image.
abstract  void setAlternateText(java.lang.String value)
          Sets the ALT attribute on the HTML output tag that provides tooltip text when hovering over the image.
abstract  void setImagePosition(int position)
          Sets the image position
 
Methods inherited from interface com.sas.models.MenuItemNodeInterface
getCustomAction, getDisabledImage, getEnabled, getImage, getLabel, getStyleClassPrefix, getTarget, getURL, setCustomAction, setDisabledImage, setEnabled, setImage, setLabel, setStyleClassPrefix, setTarget, setURL
 
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

getImagePosition

int getImagePosition()
Returns the position of the menu image.

Returns:
the image position

setImagePosition

void setImagePosition(int position)
Sets the image position

Parameters:
position - of the image

getAlternateText

java.lang.String getAlternateText()
Returns the ALT attribute on the HTML output tag that provides tooltip text when hovering over the image.

Returns:
The alternate text of the image

setAlternateText

void setAlternateText(java.lang.String value)
Sets the ALT attribute on the HTML output tag that provides tooltip text when hovering over the image.

Parameters:
value - The text that provides tooltip when hovering over the image.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.