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:
-
componentName
StringThe name of objectlistview component.
filterByAnyMatch
-
pattern
-
filterCondition
-
componentName
-
filterProjectionName
Changes current pattern for objects filtering.
Parameters:
-
pattern
StringA substring that is searched in objects while filtering.
-
filterCondition
StringCondition for predicate, can be
or
orand
. -
componentName
StringComponent name.
-
filterProjectionName
StringName 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