LimitedController Class
addon/mixins/limited-controller.js:9
Mixin for controller, that restrictions on the list form.
Item Index
Methods
actions.resetFilters
-
componentName
Reset filters and refresh list.
Parameters:
-
componentNameStringThe name of objectlistview component.
filterByAnyMatch
-
pattern -
filterCondition -
componentName -
filterProjectionName
Changes current pattern for objects filtering.
Parameters:
-
patternStringA substring that is searched in objects while filtering.
-
filterConditionStringCondition for predicate, can be
ororand. -
componentNameStringComponent name.
-
filterProjectionNameStringName of model projection which should be used for filtering throught search-element on toolbar. Filtering is processed only by properties defined in this projection.
Properties
filterPredicate
BasePredicate
Result predicate with filters restrictions for olv.
Default: null
objectlistviewEventsService
Service
Service that triggers objectlistview events.
queryParams
Array
Defines which query parameters the controller accepts. More info..
Default: ['lf', 'filter']
resultPredicate
BasePredicate
Result predicate with all restrictions for olv.
Default: null
Flexberry Documentation