Hierarchy

Implements

Index

Constructors

constructor

  • new StiDialogStyle(name?: string, description?: string, report?: StiReport): StiDialogStyle
  • Parameters

    • Default value name: string = ""
    • Default value description: string = ""
    • Default value report: StiReport = null

    Returns StiDialogStyle

Properties

Protected _hash

_hash: StiMeta[]

allowUseBackColor

allowUseBackColor: boolean = true

Gets or sets a value which indicates whether a report engine can use BackColor for dialog controls.

allowUseFont

allowUseFont: boolean = true

Gets or sets a value which indicates whether a report engine can use Font for dialog controls.

allowUseForeColor

allowUseForeColor: boolean = true

Gets or sets a value which indicates whether a report engine can use ForeColor for dialog controls.

backColor

backColor: Color = Color.white

font

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

Gets or sets the font for drawing this style.

foreColor

foreColor: Color = Color.black

glyphColor

glyphColor: Color = Color.dimGray

hotBackColor

hotBackColor: Color = StiColorUtils.light(Color.lightGray, 15)

hotForeColor

hotForeColor: Color = StiElementConsts.ForegroundColor

hotGlyphColor

hotGlyphColor: Color = StiElementConsts.ForegroundColor

hotSelectedBackColor

hotSelectedBackColor: Color = StiColorUtils.light(ColorTranslator.fromHtml("#3498db"), 30)

hotSelectedForeColor

hotSelectedForeColor: Color = Color.white

hotSelectedGlyphColor

hotSelectedGlyphColor: Color = Color.white

report

report: StiReport = null

selectedBackColor

selectedBackColor: Color = ColorTranslator.fromHtml("#3498db")

selectedForeColor

selectedForeColor: Color = Color.white

selectedGlyphColor

selectedGlyphColor: Color = Color.white

separatorColor

separatorColor: Color = Color.lightGray

Accessors

collectionName

  • get collectionName(): string
  • set collectionName(value: string): void

conditions

dashboardName

  • get dashboardName(): string

description

  • get description(): string
  • set description(value: string): void

name

  • get name(): string
  • set name(value: string): void
  • Gets or sets a style name.

    Returns string

  • Gets or sets a style name.

    Parameters

    • value: string

    Returns void

properties

serviceCategory

  • get serviceCategory(): string

serviceEnabled

  • get serviceEnabled(): boolean
  • set serviceEnabled(value: boolean): void
  • Gets or sets the value whether a service is enabled or not.

    Returns boolean

  • Gets or sets the value whether a service is enabled or not.

    Parameters

    • value: boolean

    Returns void

serviceInfo

  • get serviceInfo(): string

serviceName

  • get serviceName(): string

serviceType

  • get serviceType(): Type

Methods

as

clone

  • clone(): any

equals

  • equals(obj: any, allowEqualName?: boolean, allowEqualDescription?: boolean): boolean
  • Parameters

    • obj: any
    • Default value allowEqualName: boolean = true
    • Default value allowEqualDescription: boolean = true

    Returns boolean

getStyleFromComponent

getStyleFromComponents

implements

  • implements(): any[]

is

is2

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

Protected isPropertiesInitializedProtected

  • isPropertiesInitializedProtected(): boolean

isPropertyPresent

  • isPropertyPresent(key: any): boolean

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): void

loadFromXml

  • loadFromXml(xmlNode: XmlNode): void

memberwiseClone

meta

saveToJsonObject

setStyleToComponent

toString

  • toString(): string

Static getStyle

Generated using TypeDoc