com.filenet.wcm.apps.server.ui.list
Class TasksListView.TasksFilter
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.list.TasksListView.TasksFilter
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Enclosing class:
- TasksListView
- public class TasksListView.TasksFilter
- extends com.filenet.wcm.toolkit.server.base.WcmUiModule
Field Summary |
protected static int |
CONTAINS
|
protected com.filenet.wcm.toolkit.server.base.WcmController |
controller
|
protected int |
dateFormat
|
protected java.util.Locale |
dateLocale
|
protected static int |
ENDS_WITH
|
protected static int |
EQ
|
protected TasksListView.FilterState |
filterState
|
protected static int |
GT
|
protected static int |
GTEQ
|
protected static int |
LT
|
protected static int |
LTEQ
|
protected static int |
NEQ
|
protected static int |
STARTS_WITH
|
protected WcmTextLinksBar |
textLinksBar
|
protected int |
timeFormat
|
protected java.util.TimeZone |
timezone
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsClearCriteriaText
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsCompleted
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsContains
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsEndsWith
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsEQ
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsExecuteFilterText
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsFalse
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsGT
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsGTEQ
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsInboxBasedProperties
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsInProcess
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsLT
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsLTEQ
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsNEQ
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsOverdue
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsReminderSent
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsStartsWith
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTrue
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsType
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTypeBoolean
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTypeFloat
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTypeInt
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTypeString
|
protected com.filenet.wcm.toolkit.util.WcmString |
wsTypeTime
|
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
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, 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 |
dateLocale
protected java.util.Locale dateLocale
timezone
protected java.util.TimeZone timezone
dateFormat
protected int dateFormat
timeFormat
protected int timeFormat
controller
protected com.filenet.wcm.toolkit.server.base.WcmController controller
filterState
protected TasksListView.FilterState filterState
textLinksBar
protected WcmTextLinksBar textLinksBar
wsExecuteFilterText
protected final com.filenet.wcm.toolkit.util.WcmString wsExecuteFilterText
wsInboxBasedProperties
protected final com.filenet.wcm.toolkit.util.WcmString wsInboxBasedProperties
wsClearCriteriaText
protected final com.filenet.wcm.toolkit.util.WcmString wsClearCriteriaText
wsType
protected final com.filenet.wcm.toolkit.util.WcmString wsType
wsInProcess
protected final com.filenet.wcm.toolkit.util.WcmString wsInProcess
wsReminderSent
protected final com.filenet.wcm.toolkit.util.WcmString wsReminderSent
wsOverdue
protected final com.filenet.wcm.toolkit.util.WcmString wsOverdue
wsCompleted
protected final com.filenet.wcm.toolkit.util.WcmString wsCompleted
EQ
protected static final int EQ
- See Also:
- Constant Field Values
GT
protected static final int GT
- See Also:
- Constant Field Values
LT
protected static final int LT
- See Also:
- Constant Field Values
NEQ
protected static final int NEQ
- See Also:
- Constant Field Values
GTEQ
protected static final int GTEQ
- See Also:
- Constant Field Values
LTEQ
protected static final int LTEQ
- See Also:
- Constant Field Values
CONTAINS
protected static final int CONTAINS
- See Also:
- Constant Field Values
STARTS_WITH
protected static final int STARTS_WITH
- See Also:
- Constant Field Values
ENDS_WITH
protected static final int ENDS_WITH
- See Also:
- Constant Field Values
wsEQ
protected final com.filenet.wcm.toolkit.util.WcmString wsEQ
wsLT
protected final com.filenet.wcm.toolkit.util.WcmString wsLT
wsGT
protected final com.filenet.wcm.toolkit.util.WcmString wsGT
wsLTEQ
protected final com.filenet.wcm.toolkit.util.WcmString wsLTEQ
wsGTEQ
protected final com.filenet.wcm.toolkit.util.WcmString wsGTEQ
wsNEQ
protected final com.filenet.wcm.toolkit.util.WcmString wsNEQ
wsContains
protected final com.filenet.wcm.toolkit.util.WcmString wsContains
wsStartsWith
protected final com.filenet.wcm.toolkit.util.WcmString wsStartsWith
wsEndsWith
protected final com.filenet.wcm.toolkit.util.WcmString wsEndsWith
wsTrue
protected final com.filenet.wcm.toolkit.util.WcmString wsTrue
wsFalse
protected final com.filenet.wcm.toolkit.util.WcmString wsFalse
wsTypeString
protected final com.filenet.wcm.toolkit.util.WcmString wsTypeString
wsTypeInt
protected final com.filenet.wcm.toolkit.util.WcmString wsTypeInt
wsTypeBoolean
protected final com.filenet.wcm.toolkit.util.WcmString wsTypeBoolean
wsTypeFloat
protected final com.filenet.wcm.toolkit.util.WcmString wsTypeFloat
wsTypeTime
protected final com.filenet.wcm.toolkit.util.WcmString wsTypeTime
TasksListView.TasksFilter
public TasksListView.TasksFilter()
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
getFormName
public java.lang.String getFormName()
loadState
public TasksListView.FilterState loadState(java.lang.String inboxName)
throws java.lang.Exception
- Throws:
java.lang.Exception
onApplyFilter
public void onApplyFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
onClearCriteria
public void onClearCriteria(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
readPropData
protected void readPropData(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
validateFilterFieldValue
protected void validateFilterFieldValue()
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.