Namespace: PP.Mb;
ElsTree
The ElsFilter class implements dimension element filter.
PP.initClass(PP.Mb.ElsFilter, PP.Object, "PP.Mb.ElsFilter");
Property name | Brief description | |
IncludeParents | The IncludeParents property determines including of the parent elements to filtering result. | |
IncludeParentsWithSiblings | The IncludeParentsWithSiblings property determines including of parent elements and their neighbor elements to filtering result. | |
MbJSONDelegate | The MbJSONDelegate property determines JSON generation handler by the ElsFilter.getFilterJSON method. | |
TextAttributes | The TextAttributes property returns array of attributes' identifiers, by which filtering is executed. | |
TextCaseSensitive | The TextCaseSensitive method determines whether filtering by attributes is case-sensitive. | |
TextValue | The TextValue method determines search bar on filtering by attributes. | |
TextWholeWordsOnly | The TextWholeWordsOnly property determines search only by whole words on element filtering. |
Method name | Brief description | |
getFilterJSON | The getFilterJSON method returns filtering settings in the format: tns_PP7_SOM:ElsFilter. | |
getHash | The getHash method returns an hash string that contains filtering parameters. | |
IsCustomHash | The isCustomHash method determines whether hash is set by the user. | |
setCustomHash | The setCustomHash method sets hash string of filter. |
Property name | Brief description | |
The Id property determines a repository object identifier. |
Method name | Brief description | |
clone | The clone method creates an object copy. | |
dispose | The dispose method deletes the component. | |
getHashCode | The getHashCode method returns hash code of repository object. | |
getId | The getId method returns repository object identifier. | |
getSettings | The getSettings method returns repository object settings. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. | |
isEqual | The isEqual method determines whether the specified object is equal to the current repository object. | |
isLive | The isLive method determines validity of repository object. | |
removeAllEvents | The removeAllEvents method removes all object event handlers by the specified context. | |
setId | The setId method determines a repository object identifier. | |
setSettings | The setSettings method determines repository object settings. | |
defineProps | The defineProps method creates get and set methods from name array for the specified class. | |
keys | The keys method returns array of methods and properties names for the specified object. |
See also: