com.filenet.wcm.apps.server.ui.prefs
Class WcmTaskPreferenceSetting
java.lang.Object
com.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.ui.prefs.WcmTaskPreferenceSetting
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class WcmTaskPreferenceSetting
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary |
WcmTaskPreferenceSetting(java.util.Locale locale)
Use this constructor and you don't have to register this module |
Method Summary |
void |
addListBox2Item(java.lang.String sDisplayText,
java.lang.String sValue)
|
void |
addListBox2Item(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
java.lang.String sValue)
|
void |
addListBoxItem(java.lang.String sDisplayText,
java.lang.String sValue)
|
void |
addListBoxItem(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
int value)
|
void |
addListBoxItem(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
java.lang.String sValue)
|
void |
clear()
|
void |
initialize()
|
void |
render(java.io.Writer w)
|
void |
renderEndTable(java.io.Writer w)
|
void |
renderMainHeader(java.io.Writer w,
com.filenet.wcm.toolkit.util.WcmString wsText)
|
void |
renderSpacer(java.io.Writer w)
|
void |
renderStartTable(java.io.Writer w)
|
void |
renderSubHeader(java.io.Writer w,
com.filenet.wcm.toolkit.util.WcmString wsFirstTwoColumns,
com.filenet.wcm.toolkit.util.WcmString wsThirdColumn,
com.filenet.wcm.toolkit.util.WcmString wsFourthColumn,
com.filenet.wcm.toolkit.util.WcmString wsDefaultColumn)
|
void |
setDefaultColumnText(java.lang.String sText)
|
void |
setDefaultColumnText(com.filenet.wcm.toolkit.util.WcmString wsText)
|
void |
setDescriptionColumnText(java.lang.String sText)
|
void |
setDescriptionColumnText(com.filenet.wcm.toolkit.util.WcmString wsText)
|
void |
setInput2FieldName(java.lang.String sName)
|
void |
setInputFieldName(java.lang.String sName)
|
void |
setRenderDefaultsColumn(boolean on)
|
void |
setSelectedListBox2Item(java.lang.String value)
|
void |
setSelectedListBoxItem(boolean value)
|
void |
setSelectedListBoxItem(int value)
|
void |
setSelectedListBoxItem(java.lang.String value)
|
void |
setTextBoxValue(java.lang.String sValue)
|
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, 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.WcmUiModuleInterface |
onStartPage |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
WcmTaskPreferenceSetting
public WcmTaskPreferenceSetting(java.util.Locale locale)
- Use this constructor and you don't have to register this module
- Parameters:
locale
-
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
clear
public void clear()
setRenderDefaultsColumn
public void setRenderDefaultsColumn(boolean on)
setTextBoxValue
public void setTextBoxValue(java.lang.String sValue)
setDescriptionColumnText
public void setDescriptionColumnText(com.filenet.wcm.toolkit.util.WcmString wsText)
setDescriptionColumnText
public void setDescriptionColumnText(java.lang.String sText)
setDefaultColumnText
public void setDefaultColumnText(java.lang.String sText)
setDefaultColumnText
public void setDefaultColumnText(com.filenet.wcm.toolkit.util.WcmString wsText)
addListBoxItem
public void addListBoxItem(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
java.lang.String sValue)
setInputFieldName
public void setInputFieldName(java.lang.String sName)
addListBoxItem
public void addListBoxItem(java.lang.String sDisplayText,
java.lang.String sValue)
addListBoxItem
public void addListBoxItem(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
int value)
setSelectedListBoxItem
public void setSelectedListBoxItem(java.lang.String value)
setSelectedListBoxItem
public void setSelectedListBoxItem(int value)
setSelectedListBoxItem
public void setSelectedListBoxItem(boolean value)
setInput2FieldName
public void setInput2FieldName(java.lang.String sName)
setSelectedListBox2Item
public void setSelectedListBox2Item(java.lang.String value)
addListBox2Item
public void addListBox2Item(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
java.lang.String sValue)
addListBox2Item
public void addListBox2Item(java.lang.String sDisplayText,
java.lang.String sValue)
renderStartTable
public void renderStartTable(java.io.Writer w)
throws java.lang.Exception
- Throws:
java.lang.Exception
renderEndTable
public void renderEndTable(java.io.Writer w)
throws java.lang.Exception
- Throws:
java.lang.Exception
renderSpacer
public void renderSpacer(java.io.Writer w)
throws java.lang.Exception
- Throws:
java.lang.Exception
renderMainHeader
public void renderMainHeader(java.io.Writer w,
com.filenet.wcm.toolkit.util.WcmString wsText)
throws java.lang.Exception
- Throws:
java.lang.Exception
renderSubHeader
public void renderSubHeader(java.io.Writer w,
com.filenet.wcm.toolkit.util.WcmString wsFirstTwoColumns,
com.filenet.wcm.toolkit.util.WcmString wsThirdColumn,
com.filenet.wcm.toolkit.util.WcmString wsFourthColumn,
com.filenet.wcm.toolkit.util.WcmString wsDefaultColumn)
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.