Skip to content
Reference > Classes

TreePanelColumn

Definition

TreePanelColumn var = .... ;

Extends

Extended By

None

Description

Represents a column within a TreePanel object. It can be accessed using treePanelObj.getColumn(colName).

Method Summary

Owner Name Return Type Description
DashboardResource getCallback(callbackName) Callback Returns a callback by name
DashboardResource getCallbacks() Map Returns a map of all callback definitions.
DashboardResource getChildren() List Returns a list of the child dashboard resources.
Object getClassName() String Returns the string name of this object's class type.
TreePanelColumn getCssClass() String Returns the css class associated with the column.
DashboardResource getDRI() String Returns the Dashboard Resource Indicator (DRI) as a string. DRI is the unique identifier of this resources within the entire dashboard.
DashboardResource getDashboardResourceType() String Returns the Dashboard Resource Type as a string
DashboardResource getFormula(formulaName) Formula Returns a Formula given the formula name.
DashboardResource getFormulaNames() Set Returns a set of the names of all formulas for this object.
DashboardResource getFormulas() Map Returns a map of all available formulas for this object. The key is the formula name.
TreePanelColumn getHelp() String Returns the help text associated with the column.
TreePanelColumn getId() String Returns the column id.
DashboardResource getLRI() String Returns the Localized Resource Indicator (LRI) as a string. LRI is the unique identifier of this resource with the parent element.
TreePanelColumn getName() String Returns the name of the column (i.e. Country, Population etc).
DashboardResource getOwner() DashboardResource Returns the DashboardResource that owns this object.
TreePanelColumn getWidth() Integer Returns the column width.
DashboardResource invokeCallback(callbackName, args) Object Executes the specified callback definition and returns the result from the callback.
TreePanelColumn isSelectable() Boolean Returns true if column is selectable, false otherwise.
DashboardResource isTransient() Boolean Returns true if this is transient, false otherwise. Transient objects are not saved to the layout.
Object toJson() String Returns a json representation of this object.

Method Definitions


getCssClass()

String TreePanelColumn::getCssClass()

Description

Returns the css class associated with the column.


getHelp()

String TreePanelColumn::getHelp()

Description

Returns the help text associated with the column.


getId()

String TreePanelColumn::getId()

Description

Returns the column id.


getName()

String TreePanelColumn::getName()

Description

Returns the name of the column (i.e. Country, Population etc).


getWidth()

Integer TreePanelColumn::getWidth()

Description

Returns the column width.


isSelectable()

Boolean TreePanelColumn::isSelectable()

Description

Returns true if column is selectable, false otherwise.