Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

closeOnBackPressed: boolean
class: Class<UIWindowGroup>

Methods

  • clone(): any
  • Returns any

  • close(): void
  • Closes window without container. Use only if the window was opened without container

    Returns void

  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

  • finalize(): void
  • Returns void

  • frame(time: number): void
  • Called up to 66 times a second to update window's content

    Parameters

    • time: number

      current time in milliseconds

    Returns void

  • getClass(): Class<any>
  • Returns Class<any>

  • Parameters

    • name: string

      window name

    Returns UIWindow

    window from the group by its name or null if no window with such a name was added

  • getWindowNames(): Collection<string>
  • Returns Collection<string>

    [[java.util.Collection]] object containing string names of the windows in the group

  • hashCode(): number
  • Returns 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
  • Returns boolean

    true if the window can change its contents position

  • isInventoryNeeded(): boolean
  • Returns boolean

    true if the window has an inventory that should be updated

  • isOpened(): boolean
  • Returns boolean

    true if the window is opened, false otherwise

  • moveOnTop(name: string): void
  • Moves window with specified name to the top of the group

    Parameters

    • name: string

      window name

    Returns void

  • notify(): void
  • Returns void

  • notifyAll(): void
  • Returns void

  • onBackPressed(): boolean
  • Returns boolean

    whether the window group can be closed on pressing back navigation button

  • open(): void
  • Opens window without container. It is usually mor

    Returns void

  • refreshAll(): void
  • refreshWindow(name: string): void
  • Forces window refresh by its name

    Parameters

    • name: string

      name of the window to refresh

    Returns void

  • removeWindow(name: string): void
  • Removes window from group by its name

    Parameters

    • name: string

      window name

    Returns void

  • setBlockingBackground(bb: boolean): void
  • setCloseOnBackPressed(val: boolean): void
  • Gives the property to be closed on pressing back navigation button to the given window group

    Parameters

    • val: boolean

    Returns void

  • setDebugEnabled(debug: boolean): void
  • Turns debug mode for the window on and off

    Parameters

    • debug: boolean

    Returns void

  • toString(): string
  • Returns string

  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void
  • Returns void

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc