Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

expression

expression: string = ""

font

font: Font = new Font("Arial", 10)

foreColor

foreColor: Color = Color.transparent

Gets or sets font color for this element.

height

height: number = 0

horAlignment

horAlignment: StiHorAlignment = StiHorAlignment.Center

ident

ID code of this meter. Used in JSON saving.

key

key: string

Gets or sets unically object identificator.

label

label: string = ""

textFormat

textFormat: StiFormatService = new StiGeneralFormatService()

Gets or sets the format of the text.

vertAlignment

vertAlignment: StiVertAlignment = StiVertAlignment.Center

visibility

visibility: StiCardsColumnVisibility = StiCardsColumnVisibility.True

Gets or sets a visibility of a column.

visibilityExpression

visibilityExpression: string = null

Gets or sets an expression of the visibility.

wrapLine

wrapLine: boolean = true

Accessors

localizedName

  • get localizedName(): string

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

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