|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.apps.server.presentation.ui.ContextMenu
com.filenet.wcm.apps.server.ui.wizard.webcontent.WebContentEntryDesignerContentPage.WebContentContextMenu
Field Summary |
Fields inherited from class com.filenet.wcm.apps.server.presentation.ui.ContextMenu |
wsNoActionsError, wsNoItemsChecked |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WebContentEntryDesignerContentPage.WebContentContextMenu()
|
Method Summary | |
void |
cleanup()
|
void |
clearActions()
|
protected java.util.List |
getActions()
Override to customize actions list retreival. |
void |
initialize()
|
boolean |
isModified(int index)
Is the select action in a modified state? |
boolean |
isVerified(int index)
Is the select action in a verified state? |
void |
render(java.io.Writer w)
|
protected void |
renderOpenActionRow(java.io.Writer w,
com.filenet.wcm.apps.server.presentation.util.ActionDefinition action,
boolean mainMenu)
Override to customize the rendering of the TR that opens the menu row. |
void |
setVerified(int index)
Set the action state to verified. |
Methods inherited from class com.filenet.wcm.apps.server.presentation.ui.ContextMenu |
getRootMenuId, renderList, setShowActionIcons, setThickClientWindow |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule |
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule |
onStartPage, subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface |
onStartPage |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail |
public WebContentEntryDesignerContentPage.WebContentContextMenu()
Method Detail |
public void initialize() throws java.lang.Exception
java.lang.Exception
public void render(java.io.Writer w) throws java.lang.Exception
java.lang.Exception
public void clearActions() throws java.lang.Exception
java.lang.Exception
public void cleanup() throws java.lang.Exception
java.lang.Exception
protected java.util.List getActions()
public void setVerified(int index)
index
- int the position of the action in the action list.public boolean isVerified(int index)
index
- int the position of the action in the action list.
public boolean isModified(int index)
index
- int the position of the action in the action list.
protected void renderOpenActionRow(java.io.Writer w, com.filenet.wcm.apps.server.presentation.util.ActionDefinition action, boolean mainMenu) throws java.lang.Exception
w
- action
- The ActionDefinition to use.mainMenu
- Whether or not this is the root (main) menu and not a submenu.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |