|
||||||||||
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.WcmAnchorList
com.filenet.wcm.apps.server.presentation.ui.PathView
Field Summary | |
protected com.filenet.wcm.toolkit.server.util.ui.WcmAnchor |
actionAnchor
|
protected boolean |
alignRight
|
protected com.filenet.wcm.toolkit.server.util.ui.WcmIconAnchor |
iconAnchor
|
protected java.lang.String |
pathHandler
|
protected java.lang.String |
title
|
protected java.lang.String |
titleCss
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsLabelInfo
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsPathHandlerTitleFormat
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsTitle
|
protected static com.filenet.wcm.toolkit.util.WcmString |
wsTitleFormat
|
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmAnchorList |
anchorList |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
PathView()
|
Method Summary | |
com.filenet.wcm.toolkit.server.util.ui.WcmAnchor |
getActionAnchor()
|
com.filenet.wcm.toolkit.server.util.ui.WcmIconAnchor |
getIconAnchor()
|
com.filenet.wcm.toolkit.util.WcmString |
getLabelInfo()
|
java.lang.String |
getPathHandler()
|
java.lang.String |
getTitle()
|
void |
initialize()
|
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
renderAnchor(java.io.Writer w,
int idx,
int max,
com.filenet.wcm.toolkit.server.util.ui.WcmAnchor a)
|
protected void |
renderClosingHTML(java.io.Writer w)
|
protected void |
renderOpeningHTML(java.io.Writer w)
|
void |
setActionAnchor(com.filenet.wcm.toolkit.server.util.ui.WcmAnchor actionAnchor)
|
void |
setAlignRight(boolean alignRight)
Aligns the icon anchor to the right. |
void |
setIcon(java.lang.String newIconURL)
Sets the icon that is going to be displayed to the left of the anchors. |
void |
setIcon(java.lang.String newIconURL,
java.lang.String url)
Sets the icon that is going to be displayed to the left of the anchors. |
void |
setIcon(java.lang.String newIconURL,
java.lang.String url,
com.filenet.wcm.toolkit.util.WcmString label)
Sets the icon that is going to be displayed to the left 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 |
setPathHandler(java.lang.String newHandler)
Set the attributes that activate the path selection DHTML. |
void |
setPathTitleCssClass(java.lang.String value)
Sets the title css class |
void |
setTitle(java.lang.String newTitle)
Sets the label that is going to be displayed to the left of the anchors |
void |
setTitle(com.filenet.wcm.toolkit.util.WcmString newTitle)
Sets the label that is going to be displayed to the left of the anchors |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmAnchorList |
addAnchor, addAnchor, addAnchor, addAnchor, addAnchor, addAnchor, clear, getAnchor, getLength, insertAnchor, removeAnchor, render |
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 |
Field Detail |
protected static final com.filenet.wcm.toolkit.util.WcmString wsTitleFormat
protected static final com.filenet.wcm.toolkit.util.WcmString wsPathHandlerTitleFormat
protected static final com.filenet.wcm.toolkit.util.WcmString wsTitle
protected java.lang.String title
protected com.filenet.wcm.toolkit.util.WcmString wsLabelInfo
protected com.filenet.wcm.toolkit.server.util.ui.WcmIconAnchor iconAnchor
protected com.filenet.wcm.toolkit.server.util.ui.WcmAnchor actionAnchor
protected java.lang.String pathHandler
protected boolean alignRight
protected java.lang.String titleCss
Constructor Detail |
public PathView()
Method Detail |
public void initialize() throws java.lang.Exception
java.lang.Exception
public java.lang.String getTitle()
public com.filenet.wcm.toolkit.util.WcmString getLabelInfo()
public com.filenet.wcm.toolkit.server.util.ui.WcmIconAnchor getIconAnchor()
public com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getActionAnchor()
public void setActionAnchor(com.filenet.wcm.toolkit.server.util.ui.WcmAnchor actionAnchor)
public java.lang.String getPathHandler()
public void setIcon(java.lang.String newIconURL)
newIconURL
- url to the icon image. The image has to be 16x16 pixelspublic void setIcon(java.lang.String newIconURL, java.lang.String url)
newIconURL
- url to the icon image. The image has to be 16x16 pixelsurl
- url link.public void setIcon(java.lang.String newIconURL, java.lang.String url, com.filenet.wcm.toolkit.util.WcmString label)
newIconURL
- url to the icon image. The image has to be 16x16 pixelsurl
- url link.label
- label for the icon.public void setTitle(com.filenet.wcm.toolkit.util.WcmString newTitle)
newTitle
- new value of the title (as WcmString)public void setTitle(java.lang.String newTitle)
newTitle
- new value of the title as a Stringpublic void setPathTitleCssClass(java.lang.String value)
value
- new value of the title css classpublic void setAlignRight(boolean alignRight)
alignRight
- public void setLabelInfo(com.filenet.wcm.toolkit.util.WcmString newLabelInfo)
newLabelInfo
- new value of the label information (as WcmString)public void setPathHandler(java.lang.String newHandler)
newHandler
- public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected void renderOpeningHTML(java.io.Writer w) throws java.lang.Exception
java.lang.Exception
protected void renderClosingHTML(java.io.Writer w) throws java.lang.Exception
java.lang.Exception
protected void renderAnchor(java.io.Writer w, int idx, int max, com.filenet.wcm.toolkit.server.util.ui.WcmAnchor a) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |