Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

allowCustomColors

allowCustomColors: boolean = false

Gets or sets the value which indicates that an user specified colors can be used.

dashboardInteraction

dashboardInteraction: IStiDashboardInteraction = new StiTableColumnDashboardInteraction()

expression

expression: string = ""

foreColor

foreColor: Color = Color.transparent

Gets or sets font color for this element.

headerAlignment

headerAlignment: StiHorAlignment = StiHorAlignment.Center

The horizontal alignment of the header that will be displayed on the component.

horAlignment

horAlignment: StiHorAlignment = StiHorAlignment.Center

Gets or sets a text horizontal alignment.

ident

ident: StiMeterIdent = StiMeterIdent.BubbleColumn

ID code of this meter. Used in JSON saving.

key

key: string

Gets or sets unically object identificator.

label

label: string = ""

negativeColor

negativeColor: Color = StiColor.get("ff0000")

Gets or sets a negative color.

positiveColor

positiveColor: Color = StiColor.get("537eb6")

Gets or sets a positive color.

showTotalSummary

showTotalSummary: boolean = false

Gets or sets a visibility of column totals.

summaryAlignment

summaryAlignment: StiHorAlignment = StiHorAlignment.Right

Gets or sets a summary type of column totals.

summaryType

summaryType: StiSummaryColumnType = StiSummaryColumnType.Sum

Gets or sets a summary type of column totals.

textFormat

textFormat: StiFormatService = new StiGeneralFormatService()

Gets or sets the format of the text.

visibility

visibility: StiTableColumnVisibility = StiTableColumnVisibility.True

Gets or sets a visibility of a column.

visibilityExpression

visibilityExpression: string = null

Gets or sets an expression of the visibility.

Accessors

localizedName

  • get localizedName(): string

visible

  • get visible(): boolean
  • set visible(value: boolean): void
  • Gets or sets a visibility of the column.

    Returns boolean

  • Gets or sets a visibility of the column.

    Parameters

    • value: boolean

    Returns void

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.

getDataFormat

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