Class ecm.widget.listView.modules.WorklistFilter


Extends ecm.widget.listView.modules._Module.
This content list module provides filter capability via a FilterTextBox for cm worklist.
Defined in: <ecm\widget\listView\modules\WorklistFilter.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the filter.
 
 
Destroy.
 
 
Event invoked when the user clears the filter box
 
Event invoked when the user selects a new value from the filtering select box
 
Preload listens to events.
 
 
 
setItemTypes(itemTypes)
 

Constructor Detail

ecm.widget.listView.modules.WorklistFilter()

Method Detail

clearFilter()

Clears the filter.

createFilteringSelect()


destroy()

Destroy.

getAPIPath()


onClearFilter()

Event invoked when the user clears the filter box

onSelectFilter(value)

Event invoked when the user selects a new value from the filtering select box
Parameters:
value

preload()

Preload listens to events.

removeFilteringSelect()


reset()


setItemTypes(itemTypes)

Parameters:
itemTypes

setupOnChangeHandler()