com.filenet.wcm.apps.server.ui.info.prefs
Class PrefQueryInfoPage.QuerySetting

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.apps.server.ui.info.prefs.PrefQueryInfoPage.QuerySetting
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Enclosing class:
PrefQueryInfoPage

public static class PrefQueryInfoPage.QuerySetting
extends com.filenet.wcm.toolkit.server.base.WcmUiModule


Field Summary
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
PrefQueryInfoPage.QuerySetting()
           
 
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 render(java.io.Writer w)
           
 void renderDescriptionColumn(java.io.Writer w)
           
static void renderEndTable(java.io.Writer w)
           
 void renderMainHeader(java.io.Writer w, com.filenet.wcm.toolkit.util.WcmString wsText)
           
 void renderProperty(java.io.Writer w, boolean renderAndOr, boolean andSelected, boolean renderRadioButtons)
           
static void renderSpacer(java.io.Writer w)
           
static void renderStartTable(java.io.Writer w)
           
static void renderSubHeader(java.io.Writer w, com.filenet.wcm.toolkit.util.WcmString wsDisplay, com.filenet.wcm.toolkit.util.WcmString wsDefaultSettings, java.util.Locale locale)
           
 void setCheckRadio(boolean on)
           
 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 setInput3FieldName(java.lang.String sName)
           
 void setInputFieldName(java.lang.String sName)
           
 void setRadioFieldName(java.lang.String sValue)
           
 void setRadioValue(java.lang.String sValue)
           
 void setSelectedListBox2Item(java.lang.String value)
           
 void setSelectedListBoxItem(boolean 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, initialize, 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, initialize, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Constructor Detail

PrefQueryInfoPage.QuerySetting

public PrefQueryInfoPage.QuerySetting()
Method Detail

clear

public void clear()

setCheckRadio

public void setCheckRadio(boolean on)

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)

setTextBoxValue

public void setTextBoxValue(java.lang.String sValue)

setRadioValue

public void setRadioValue(java.lang.String sValue)

setRadioFieldName

public void setRadioFieldName(java.lang.String sValue)

addListBoxItem

public void addListBoxItem(com.filenet.wcm.toolkit.util.WcmString wsDisplayText,
                           java.lang.String sValue)

addListBoxItem

public void addListBoxItem(java.lang.String sDisplayText,
                           java.lang.String sValue)

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)

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(boolean value)

setSelectedListBox2Item

public void setSelectedListBox2Item(java.lang.String value)

setInputFieldName

public void setInputFieldName(java.lang.String sName)

setInput2FieldName

public void setInput2FieldName(java.lang.String sName)

setInput3FieldName

public void setInput3FieldName(java.lang.String sName)

renderStartTable

public static void renderStartTable(java.io.Writer w)
                             throws java.lang.Exception
Throws:
java.lang.Exception

renderEndTable

public static void renderEndTable(java.io.Writer w)
                           throws java.lang.Exception
Throws:
java.lang.Exception

renderSpacer

public static 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

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Throws:
java.lang.Exception

renderDescriptionColumn

public void renderDescriptionColumn(java.io.Writer w)
                             throws java.io.IOException
Throws:
java.io.IOException

renderProperty

public void renderProperty(java.io.Writer w,
                           boolean renderAndOr,
                           boolean andSelected,
                           boolean renderRadioButtons)
                    throws java.lang.Exception
Throws:
java.lang.Exception

renderSubHeader

public static void renderSubHeader(java.io.Writer w,
                                   com.filenet.wcm.toolkit.util.WcmString wsDisplay,
                                   com.filenet.wcm.toolkit.util.WcmString wsDefaultSettings,
                                   java.util.Locale locale)
                            throws java.io.IOException
Throws:
java.io.IOException


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.