|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl
nl.gx.webmanager.wcb.foundation.MenuItemComponentDefinitionImpl
public abstract class MenuItemComponentDefinitionImpl
| Field Summary |
|---|
| Fields inherited from class nl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl |
|---|
LOG |
| Constructor Summary | |
|---|---|
MenuItemComponentDefinitionImpl(boolean isLicensed)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMenuTextMessageKey()
Returns the key in the message properties file of the component which is mapped on the value that is used for the description of the component in the menustructure. |
java.lang.String |
getTargetMenu()
Returns the identifying value of the WebManager menu to which the panel should be added. |
java.lang.String |
getTargetMenuLocationAfter()
Returns the id of the menu item after which the new menu item should be inserted. |
java.lang.String |
getTargetMenuLocationBefore()
Returns the id of the menu item before which the new menu item should be inserted. |
void |
setMenuTextMessageKey(java.lang.String messageKey)
Sets the key in the message properties file of the component which is mapped on the value that is used for the description of the component in the menustructure. |
void |
setTargetMenu(java.lang.String targetMenu)
Sets the identifying value of the WebManager menu to which the panel should be added. |
void |
setTargetMenuLocationAfter(java.lang.String menuitem)
Sets the id of the menu item after which the new menu item should be inserted. |
void |
setTargetMenuLocationBefore(java.lang.String menuitem)
Sets the id of the menu item before which the new menu item should be inserted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.gx.webmanager.wcb.MenuItemComponentDefinition |
|---|
getMenuItemPermissions |
| Constructor Detail |
|---|
public MenuItemComponentDefinitionImpl(boolean isLicensed)
| Method Detail |
|---|
public java.lang.String getMenuTextMessageKey()
MenuItemComponentDefinition
getMenuTextMessageKey in interface MenuItemComponentDefinitionpublic void setMenuTextMessageKey(java.lang.String messageKey)
messageKey - The key in the message properties filepublic java.lang.String getTargetMenu()
MenuItemComponentDefinition
getTargetMenu in interface MenuItemComponentDefinitionpublic void setTargetMenu(java.lang.String targetMenu)
targetMenu - Identifying value of the WebManager menupublic java.lang.String getTargetMenuLocationAfter()
MenuItemComponentDefinition
getTargetMenuLocationAfter in interface MenuItemComponentDefinitionpublic void setTargetMenuLocationAfter(java.lang.String menuitem)
menuitem - Id of a menu itempublic java.lang.String getTargetMenuLocationBefore()
MenuItemComponentDefinition
getTargetMenuLocationBefore in interface MenuItemComponentDefinitionpublic void setTargetMenuLocationBefore(java.lang.String menuitem)
menuitem - Id of a menu item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||