Class ecm.widget.listView.modules.TaskFilter


Extends ecm.widget.listView.modules._Module.
This content list module provides filter capability via a FilterTextBox for tasks listing panes.
Defined in: <ecm\widget\listView\modules\TaskFilter.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
 
onTextFilter(value)
Event invoked when the user enters values into the text filter box
 
Event invoked when the user clicks on the user checkbox
 
Preload listens to events.
 
 

Constructor Detail

ecm.widget.listView.modules.TaskFilter()

Method Detail

clearFilter()

Clears the filter.

destroy()

Destroy.

getAPIPath()


onClearFilter()

Event invoked when the user clears the filter box

onTextFilter(value)

Event invoked when the user enters values into the text filter box
Parameters:
value

onUserCheckboxClicked(value)

Event invoked when the user clicks on the user checkbox
Parameters:
value

preload()

Preload listens to events.

reset()


setUserCheckBox()