Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

expandExpression

expandExpression: string = ""

expression

expression: string = ""

horAlignment

horAlignment: StiHorAlignment = StiHorAlignment.Center

Gets or sets the text horizontal alignment.

ident

ident: StiMeterIdent = StiMeterIdent.PivotColumn

ID code of this meter. Used in JSON saving.

key

key: string

Gets or sets unically object identificator.

label

label: string = ""

showTotal

showTotal: boolean = true

Gets or sets value that indicates whether it is necessary to output totals or not.

size

size: StiTableColumnSize = new StiTableColumnSize()

Gets or sets settings of the column size.

sortDirection

sortDirection: StiSortDirection = StiSortDirection.Asc

textFormat

textFormat: StiFormatService = new StiGeneralFormatService()

Gets or sets the format of the text.

topN

topN: StiDataTopN = new StiDataTopN()

Gets or sets the TopN

totalLabel

totalLabel: string = ""

Gets or sets a value that is displayed as a label for a total.

Accessors

localizedName

  • get localizedName(): string

strSortDirection

  • get strSortDirection(): string
  • set strSortDirection(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

checkRules

  • checkRules(): void

clone

  • clone(): any
  • Creates a new object that is a copy of the current instance.

    Returns any

    A new object that is a copy of this instance.

getIsDefault

  • getIsDefault(): boolean

getUniqueCode

  • getUniqueCode(): number

implements

  • implements(): any[]

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

isDefault

  • isDefault(): boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromString

  • loadFromString(str: string): void

loadFromXml

meta

saveToJsonObject

saveToString

  • saveToString(): string

toString

  • toString(): string

Generated using TypeDoc