Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

description: object
descriptionWatcher: ScriptableWatcher
elementName: string
elementRect: Rect
isDirty: boolean
isTouched: boolean
window: UIWindow
x: number
y: number
z: number

Methods

  • clone(): any
  • debug(canvas: Canvas, scale: number): void
  • equals(param0: any): boolean
  • finalize(): void
  • getClass(): Class<any>
  • hashCode(): number
  • invalidate(): void
  • isReleased(): boolean
  • notify(): void
  • notifyAll(): void
  • onBindingUpdated<T>(name: string, value: T): void
  • onDraw(cvs: Canvas, scale: number): void
  • onRelease(): void
  • onReset(): void
  • onSetup<ButtonElementDescription>(desc: ButtonElementDescription): void
  • setBinding<T>(bindingName: string, value: T): void
  • Passes any value to the element

    Type Parameters

    • T = any

    Parameters

    • bindingName: string

      binding name, you can access the value from the element by this name

    • value: T

      value to be passed to the element

    Returns void

  • setPosition(x: number, y: number): void
  • setSize(width: number, height: number): void
  • Sets element's size in the window's unit coordinates

    Parameters

    • width: number

      element's width

    • height: number

      element's height

    Returns void

  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc