Class ecm.widget.process.InbasketFiltersPane

Provides a widget that is used to display the Filter and Reset buttons for working with the in-basket filters. In addition, this widget displays the number of filters that are currently in effect.
Defined in: <ecm\widget\process\InbasketFiltersPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
 
Returns an array of ecm.model.AttributeDefinition objects holding the filter criteria.
 
An event handler function that is called when the filter properties change.
 
 
setInbasket(inbasket)
Sets the process in-basket to be filtered.

Constructor Detail

ecm.widget.process.InbasketFiltersPane()

Method Detail

constructor()


destroy()


{ecm.model.AttributeDefinition} getAttributes()

Returns an array of ecm.model.AttributeDefinition objects holding the filter criteria.
Returns:
{ecm.model.AttributeDefinition} object array

onChangeProperties()

An event handler function that is called when the filter properties change.

postCreate()


setInbasket(inbasket)

Sets the process in-basket to be filtered.
Parameters:
inbasket
A ecm.model.ProcessInbasket object that contains the filter criteria.