|
||||||||||
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.toolkit.server.ui.WcmXSLModule
com.filenet.wcm.apps.server.ui.WcmPathLabel
UI Module that renders paths using properties xml.
Field Summary |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
transformUtil |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmPathLabel()
private Constructor sets the default type, the name and creates the WcmPropertiesUtil object. |
|
WcmPathLabel(int type)
Constructor sets the Property type to one of the static int values defined above. |
Method Summary | |
void |
initialize()
|
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the onStartPage event. |
void |
setAddItemLinkUrl(boolean on)
Sets the flag to add the Item link Url. |
void |
setLabelInfo(java.lang.String newLabelInfo)
Sets the label information that is going to be displayed to the right of the anchors |
void |
setLabelInfo(com.filenet.wcm.toolkit.util.WcmString newLabelInfo)
Sets the label information that is going to be displayed to the right of the anchors |
void |
setMimeIcons(boolean on)
Sets the flag to show Mime Icons. |
void |
setPathTitle(java.lang.String newTitle)
Sets the label that is going to be displayed to the left of the anchors |
void |
setPathTitle(com.filenet.wcm.toolkit.util.WcmString newTitle)
Sets the label that is going to be displayed to the left of the anchors |
void |
setPathTitleCssClass(java.lang.String cssClass)
Sets the label css class for path title that is being displayed to left of the anchors |
void |
setReturnUrl(java.lang.String returnUrl)
|
void |
setShowInfoIcon(boolean on)
|
void |
setStateIcons(boolean on)
Sets the flag to show state icons. |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
convertToNodeList, getXML, getXSLParameter, render, renderXSL, setXML, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter |
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 |
subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, 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.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail |
public WcmPathLabel() throws java.lang.Exception
public WcmPathLabel(int type) throws java.lang.Exception
type
- One of the defined int field types.Method Detail |
public void initialize() throws java.lang.Exception
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest objectresponse
- HttpServletResponse object
java.lang.Exception
public void setAddItemLinkUrl(boolean on)
public void setStateIcons(boolean on)
public void setMimeIcons(boolean on)
public void setPathTitle(com.filenet.wcm.toolkit.util.WcmString newTitle)
newTitle
- new value of the title (as WcmString)public void setPathTitle(java.lang.String newTitle)
newTitle
- new value of the title (as String)public void setPathTitleCssClass(java.lang.String cssClass)
cssClass
- new css classpublic void setLabelInfo(com.filenet.wcm.toolkit.util.WcmString newLabelInfo)
newLabelInfo
- new value of the label information (as WcmString)public void setLabelInfo(java.lang.String newLabelInfo)
newLabelInfo
- new value of the label information (as String)public void setShowInfoIcon(boolean on)
public void setReturnUrl(java.lang.String returnUrl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |