|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MenuItemNodeInterface
MenuItemNodeInterface defines methods for providing and getting menu item properties.
MenuItemInterface| Method Summary | |
|---|---|
abstract java.lang.String |
getCustomAction()
Returns custom action on the menu |
abstract java.lang.String |
getDisabledImage()
Returns the disabledImage |
abstract boolean |
getEnabled()
Returns the state for the current menu item. |
abstract java.lang.String |
getImage()
Returns the image displayed on the menu item |
abstract java.lang.String |
getLabel()
Returns the label on the menu item |
abstract java.lang.String |
getStyleClassPrefix()
Gets the styleClassPrefix of the menu item |
abstract java.lang.String |
getTarget()
getTarget returns the value of the TARGET= argument used on the anchor tags generated. |
abstract java.lang.String |
getURL()
Returns the url associated with the menu item |
abstract void |
setCustomAction(java.lang.String action)
Sets a custom action on the menu |
abstract void |
setDisabledImage(java.lang.String image)
Sets the disabled image that will be displayed when the menu is disabled |
abstract void |
setEnabled(boolean enabled)
Sets the state for the current menu item |
abstract void |
setImage(java.lang.String image)
Sets the image displayed in the menu item |
abstract void |
setLabel(java.lang.String label)
Sets the label on the menu item |
abstract void |
setStyleClassPrefix(java.lang.String styleClassPrefix)
Sets the styleClassPrefix of the menu item |
abstract void |
setTarget(java.lang.String value)
Sets the value of the TARGET= argument used on the anchor tags generated. |
abstract void |
setURL(java.lang.String url)
Sets the url associated with the menu item |
| 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 |
|---|
java.lang.String getLabel()
void setLabel(java.lang.String label)
label - the label on the menu itemjava.lang.String getImage()
void setImage(java.lang.String image)
image - image displayed in the menu itemjava.lang.String getDisabledImage()
void setDisabledImage(java.lang.String image)
image - image displayed when the menu item is disabledjava.lang.String getURL()
void setURL(java.lang.String url)
link - url link associated with the menu itemjava.lang.String getTarget()
void setTarget(java.lang.String value)
value - The value of the TARGET= argument on the anchor tagvoid setStyleClassPrefix(java.lang.String styleClassPrefix)
styleClassPrefix - the prefix to use on the classjava.lang.String getStyleClassPrefix()
styleClassPrefix - the prefix used on the classboolean getEnabled()
void setEnabled(boolean enabled)
enabled - state of the current menu itemjava.lang.String getCustomAction()
void setCustomAction(java.lang.String action)
custom - action on the menu
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||