Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

closeOnBackPressed: boolean
class: Class<UIAdaptiveWindow>

Methods

  • clone(): any
  • close(): void
  • equals(param0: any): boolean
  • finalize(): void
  • frame(time: number): void
  • getClass(): Class<any>
  • getWindowNames(): Collection<string>
  • hashCode(): number
  • invalidateAllContent(): void
  • invalidateDrawing(onCurrentThread: boolean): void
  • Forces ui drawables of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the drawables will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • invalidateElements(onCurrentThread: boolean): void
  • Forces ui elements of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the elements will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • isDynamic(): boolean
  • isInventoryNeeded(): boolean
  • isOpened(): boolean
  • moveOnTop(name: string): void
  • notify(): void
  • notifyAll(): void
  • onBackPressed(): boolean
  • open(): void
  • refreshAll(): void
  • refreshWindow(name: string): void
  • removeWindow(name: string): void
  • setBlockingBackground(bb: boolean): void
  • setCloseOnBackPressed(val: boolean): void
  • setDebugEnabled(debug: boolean): void
  • setForcedProfile(profile: 0 | 1): void
  • Forces AdaptiveWindow to be displayed using some profile

    Parameters

    • profile: 0 | 1

      0 for classic profile, 1 for default profile or -1 not to force any profile. By default forced profile is -1

    Returns void

  • setProfile(profile: 0 | 1): void
  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void

Generated using TypeDoc