com.filenet.wcm.apps.server.presentation.util
Class WorkplaceLayout
java.lang.Object
com.filenet.wcm.toolkit.server.util.ui.WcmLayout
com.filenet.wcm.apps.server.presentation.util.WorkplaceLayout
- public class WorkplaceLayout
- extends com.filenet.wcm.toolkit.server.util.ui.WcmLayout
Fields inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmLayout |
regionMap |
Methods inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmLayout |
getModuleList, renderRegion, renderRegionItem |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
skipToContent
protected static final com.filenet.wcm.toolkit.util.WcmString skipToContent
BANNER_REGION
public static final java.lang.String BANNER_REGION
- See Also:
- Constant Field Values
TOP_REGION
public static final java.lang.String TOP_REGION
- See Also:
- Constant Field Values
LEFT_REGION
public static final java.lang.String LEFT_REGION
- See Also:
- Constant Field Values
MIDDLE_REGION
public static final java.lang.String MIDDLE_REGION
- See Also:
- Constant Field Values
BOTTOM_SPAN_REGION
public static final java.lang.String BOTTOM_SPAN_REGION
- See Also:
- Constant Field Values
BOTTOM_REGION
public static final java.lang.String BOTTOM_REGION
- See Also:
- Constant Field Values
FOOTER_REGION
public static final java.lang.String FOOTER_REGION
- See Also:
- Constant Field Values
INSTRUCTIONS_REGION
public static final java.lang.String INSTRUCTIONS_REGION
- See Also:
- Constant Field Values
pageName
protected java.lang.String pageName
windowId
protected java.lang.String windowId
renderLeftBar
protected boolean renderLeftBar
leftCSSClass
protected java.lang.String leftCSSClass
barWidth
protected java.lang.String barWidth
renderLeftRegionElements
protected boolean renderLeftRegionElements
removeCellPadding
protected boolean removeCellPadding
WorkplaceLayout
public WorkplaceLayout(java.util.Locale locale)
setRenderTabBar
public void setRenderTabBar(boolean renderTabBar)
setLocale
public void setLocale(java.util.Locale locale)
setRenderLeftRegionElements
public void setRenderLeftRegionElements(boolean value)
- Specify whether or not to show the left region elements graphic below the left region.
This is the graphic that gradients lighter at the bottom.
- Parameters:
value
- Specify true or false.
setRemoveCellPadding
public void setRemoveCellPadding(boolean value)
- Removes the cell padding for the Middle Region.
- Parameters:
value
- Specify true or false.
setRenderUploadStatusImage
public void setRenderUploadStatusImage(boolean value)
addModule
public void addModule(java.lang.String region,
com.filenet.wcm.toolkit.server.base.WcmUiModule m)
throws java.lang.Exception
- Throws:
java.lang.Exception
renderLeftRegionBar
public void renderLeftRegionBar(boolean renderBar,
java.lang.String cssClass)
throws java.lang.Exception
- Throws:
java.lang.Exception
render
public void render(java.io.Writer w)
throws java.lang.Exception
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.