Class ecm.widget.listView.modules.FilterDataServer


Extends ecm.widget.listView.modules.FilterData.
This content list module provides filter capability. It enhances the FilterData module by allowing the user to search the server for results that match the input filter criteria.
Defined in: <ecm\widget\listView\modules\FilterDataServer.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.listView.modules.FilterData:
delay, isCaseSensitive, showFilterButton

Method Summary

Method Attributes Method Name and Description
 
When filtering, if the resultSet doesn't have all the data, then display a message indicating the user is seeing filtered client data and that if they click the link they can filter on all the data.
 
Returns a message indicating the results are filtered by querying the server.
Methods borrowed from class ecm.widget.listView.modules.FilterData:
clearFilter, destroy, getAPIPath, preload, showFilterDialog

Constructor Detail

ecm.widget.listView.modules.FilterDataServer()

Since:
2.0.3

Method Detail

getMessageMoreDataOnServer(filterBar)

When filtering, if the resultSet doesn't have all the data, then display a message indicating the user is seeing filtered client data and that if they click the link they can filter on all the data.
Parameters:
filterBar
The filterBar module.

getMessageResultsFromServer()

Returns a message indicating the results are filtered by querying the server.