Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FieldSequenceConfig

Hierarchy

  • FieldConfig
    • FieldSequenceConfig

Index

Constructors

constructor

  • new FieldSequenceConfig(title: string, value: number, optValidator: undefined | function): FieldSequenceConfig
  • Parameters

    • title: string
    • value: number
    • Optional optValidator: undefined | function

    Returns FieldSequenceConfig

Properties

Protected borderRect_

borderRect_: SVGElement | null

fieldGroup_

fieldGroup_: SVGElement | null

Protected height_

height_: number

name

name: string

Protected size_

size_: any

sourceBlock_

sourceBlock_: Block

Protected text_

text_: string

Protected tooltip_

tooltip_: string

Protected visible_

visible_: boolean

Protected width_

width_: number

Methods

dispose

  • dispose(): void
  • Returns void

forceRerender

  • forceRerender(): void
  • Returns void

Protected getDisplayText_

  • getDisplayText_(): string
  • Returns string

getScaledBBox_

  • getScaledBBox_(): any
  • Returns any

getSvgRoot

  • getSvgRoot(): any
  • Returns any

getText

  • getText(): string
  • Returns string

getValue

  • getValue(): string
  • Returns string

position

  • position(): void
  • Returns void

Protected render_

  • render_(): void
  • Returns void

setSourceBlock

  • setSourceBlock(block: Block): void
  • Parameters

    • block: Block

    Returns void

setText

  • setText(v: string): void
  • Parameters

    • v: string

    Returns void

setValue

  • setValue(v: string): void
  • Parameters

    • v: string

    Returns void

showEditor_

  • showEditor_(): void
  • Returns void

Protected updateWidth

  • updateWidth(): void
  • Returns void

Static getCachedWidth

  • getCachedWidth(text: SVGElement): number
  • Parameters

    • text: SVGElement

    Returns number

Static widgetDispose_

  • widgetDispose_(): void
  • Returns void

Generated using TypeDoc