Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

dashboardInteraction

dashboardInteraction: IStiDashboardInteraction = new StiTableColumnDashboardInteraction()

expression

expression: string = ""

fillColor

fillColor: Color = Color.transparent

Gets or sets a color for drawing data bar of positive values.

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.Left

Gets or sets a text horizontal alignment.

ident

ident: StiMeterIdent = StiMeterIdent.DataBarsColumn

ID code of this meter. Used in JSON saving.

key

key: string

Gets or sets unically object identificator.

label

label: string = ""

maximum

maximum: string = ""

Gets or sets an expression for the possible maximum value of the databar column.

minimum

minimum: string = ""

Gets or sets an expression for the possible minimum value of the databar column.

negativeColor

negativeColor: Color = Color.transparent

Gets or sets a color for drawing data bar of positive values.

overlappedColor

overlappedColor: Color = Color.transparent

Gets or sets a color for drawing data bar of positive values.

positiveColor

positiveColor: Color = Color.transparent

Gets or sets a color for drawing data bar of positive values.

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.

width

width: number = 0

Gets or sets a width of this column.

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

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

getUniqueCode

  • getUniqueCode(): number

implements

  • implements(): any[]

is

is2

  • is2<T>(type: object | Interface<T>): 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