Skip to main content

HS.Types.Grid.Axis

serial class HS.Types.Grid.Axis extends %Library.SerialObject, %XML.Adaptor, HS.Sync.BaseClass

A header for a HS.Types.Grid object.

Property Inventory

Method Inventory

Properties

property Children as list of HS.Types.Grid.Axis (XMLNAME = "Axis", XMLPROJECTION = "ELEMENT");
For hierarchical headers, the sub-header for this axis
Property methods: ChildrenBuildValueArray(), ChildrenCollectionToDisplay(), ChildrenCollectionToOdbc(), ChildrenDisplayToCollection(), ChildrenGet(), ChildrenGetObject(), ChildrenGetObjectId(), ChildrenGetSwizzled(), ChildrenIsValid(), ChildrenOdbcToCollection(), ChildrenSet(), ChildrenSetObject(), ChildrenSetObjectId()
property Name as %String (MAXLEN = 255, XMLNAME = "name", XMLPROJECTION = "ATTRIBUTE") [ Required ];
The header label
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Type as %String (MAXLEN = 220, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE");
The header data-type, must extend %DataType
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Methods

method AddChild(pName As %String, pType As %String = "") as HS.Types.Grid.Axis

Inherited Members

Inherited Methods

FeedbackOpens in a new tab