Namespace: PP.TS.Ui;
MetaAttribute
The MetaAttribute class is implemented in metattributes' breadcrumb. It links a drop-down panel, hierarchy and a dimension.
The class is considered outdated and is no longer used.
PP.initClass(PP.TS.Ui.MetaAttribute, PP.Object, "MetaAttribute");
Property name | Brief description | |
lsRTL | The lsRTL property sets text direction from right to left. |
Method name | Brief description | |
getAttribute | The getAttribute method returns hierarchy attribute. |
|
getAttributeld | The getAttributeld method calculates identifier of the hierarchy attribute. |
|
getDropPanel | The getDropPanel method returns drop-down panel that corresponds to the attribute. |
|
getTree | The getTree method sets attribute dimension tree. |
|
setSort | The setSort method sets a sorting method. | |
refreshSelection | The refreshSelection method sets selection in the attribute dimensions tree. | |
removeFromSelected | The removeFromSelected method starts transferring data to the server to inform that a given attribute is removed from the list of selected attributes. |
|
updateContent | The updateContent method updates a label on a breadcrumb item (depending on selection in attribute dimension). |
Event name | Brief description | |
DimSelectionChanged | The DimSelectionChanged event is fired after changing selection on the server. | |
TreeSortChanged | The TreeSortChanged event is fired after the user changes sorting in the dimension tree. |
Property name | Brief description | |
Data | The Data property associates a random object with this component. | |
Id | The Id property sets component identifier. | |
Settings | The Settings property sets the component parameters. |
Method name | Brief description | |
clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
dispose | The dispose method deletes the component. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: