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

Id

The Id property determines a repository object identifier.

Methods inherited from the class Object

  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:

PP.TS.Ui