MetaAttribute

Namespace: PP.TS.Ui;

Inheritance Hierarchy

 Object

MetaAttribute

Description

The MetaAttribute class is implemented in metattributes' breadcrumb. It links a drop-down panel, hierarchy and a dimension.

Comments

The class is considered outdated and is no longer used.

Syntax

PP.initClass(PP.TS.Ui.MetaAttribute, PP.Object, "MetaAttribute");

Properties

  Property name Brief description
lsRTL The lsRTL property sets text direction from right to left.

Methods

  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).

Events

   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.

Properties inherited from the class Object

  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.

Methods inherited from the class Object

  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:

PP.TS.Ui