|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MenuNodeInterface
MenuNodeInterface defines methods for providing and getting menu properties
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 |
|---|
int getImagePosition()
void setImagePosition(int position)
position - of the imagejava.lang.String getAlternateText()
void setAlternateText(java.lang.String value)
value - The text that provides tooltip when hovering over the image.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||