Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxCubendoPLEWindow

Hierarchy

Index

Properties

Optional buttons

buttons: AxElementArray | null

Optional checkBoxes

checkBoxes: AxElementArray | null

Optional children

children: AxElementArray | null

Optional closeButton

closeButton: AxCubendoPLECloseButton | null

Optional comboBoxes

comboBoxes: AxElementArray | null

Optional exists

exists: boolean | null

Optional faders

faders: AxElementArray | null

Optional frame

frame: RectangleF | null | null

Optional fullRole

fullRole: string | null

Optional groups

groups: AxElementArray | null

Optional hasLiveValidUI

hasLiveValidUI: boolean | null

Optional hasValidUI

hasValidUI: boolean | null

Optional isCheckBoxChecked

isCheckBoxChecked: boolean | null

Optional isEnabled

isEnabled: boolean | null

Optional isFocused

isFocused: boolean | null

Optional isMenuChecked

isMenuChecked: boolean | null

Optional menuItems

menuItems: AxElementArray | null

Optional parent

parent: AxNode | null

Optional popupButtons

popupButtons: AxElementArray | null

Optional position

position: PointF | null | null

Optional radioButtons

radioButtons: AxElementArray | null

Optional radioGroups

radioGroups: AxElementArray | null

Optional rawUIElementError

rawUIElementError: string | null

Optional role

role: string | null

Optional scrollAreas

scrollAreas: AxElementArray | null

Optional scrollBars

scrollBars: AxElementArray | null

Optional sheets

sheets: AxElementArray | null

Optional sliders

sliders: AxElementArray | null

Optional splitGroups

splitGroups: AxElementArray | null

Optional supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional tabGroups

tabGroups: AxElementArray | null

Optional tables

tables: AxElementArray | null

Optional textAreas

textAreas: AxElementArray | null

Optional textFields

textFields: AxElementArray | null

Optional title

title: AxStringProperty | null

Optional uiElement

uiElement: AXUIElement | null

Optional uiElementError

uiElementError: string | null

Optional value

value: AxStringOrIntProperty | null

Methods

checkboxSet

childrenByFullRole

childrenByRole

dialogClickButton

dialogEnterText

dialogOpenPopup

dialogSelectFolder

elementClick

elementRaise

elementSetTextAreaValue

elementSetTextFieldWithAreaValue

elementWaitFor

getElement

getElementAtPosition

getElements

getFirstOf

getFirstWithDescription

  • getFirstWithDescription(description: string): AxElement

getFirstWithDescriptionContaining

  • getFirstWithDescriptionContaining(description: string): AxElement

getFirstWithLabel

  • getFirstWithLabel(label: string): AxElement

getFirstWithLabelContaining

  • getFirstWithLabelContaining(label: string): AxElement

getFirstWithString

  • getFirstWithString(name: string, label: string): AxElement

getFirstWithStringContaining

  • getFirstWithStringContaining(name: string, label: string): AxElement

getFirstWithTitle

  • getFirstWithTitle(title: string): AxElement

getFirstWithTitleContaining

  • getFirstWithTitleContaining(title: string): AxElement

getMenuItem

  • getMenuItem(title: string): AxElement
  • getMenuItem(title: string, title2: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): AxElement

getParentElement

getString

  • getString(attribute: string): string
  • Parameters

    • attribute: string

    Returns string

hasMenuItem

  • hasMenuItem(title: string): boolean
  • hasMenuItem(title: string, title2: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): boolean
  • Parameters

    • title: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string
    • title6: string

    Returns boolean

invalidate

mouseClickElement

popupMenuFetchAllItems

popupMenuOpenFromElement

popupMenuSelect

windowClose

windowGetScreen

windowMove

Generated using TypeDoc