Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

expression

expression: string = ""

hideZeros

hideZeros: boolean = true

horAlignment

horAlignment: StiHorAlignment = StiHorAlignment.Center

Gets or sets the text horizontal alignment.

ident

ident: StiMeterIdent = StiMeterIdent.PivotSummary

ID code of this meter. Used in JSON saving.

key

key: string

Gets or sets unically object identificator.

label

label: string = ""

size

size: StiTableColumnSize = new StiTableColumnSize()

Gets or sets settings of the column size.

textFormat

textFormat: StiFormatService = new StiGeneralFormatService()

Gets or sets the format of the text.

Accessors

localizedName

  • get localizedName(): string

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