Name |
Description |
|
constructor(): FrameworkUiAdmin |
|
|
closeDialog(dialogId: string): boolean |
Closes the Tool Settings Ui popup. |
|
Closes the Tool Settings Ui popup. |
|
getKeyins(): KeyinEntry[] |
|
|
hideCalculator(): boolean |
Hides the calculator. |
|
hideCard(): boolean |
Hides the Card. |
|
hideHTMLElement(): boolean |
Hides the HTML Element. |
|
hideInputEditor(): boolean |
Hides the input editor. |
|
hideKeyinPalette(): boolean |
Hides the Key-in Palette. |
|
Hides a menu button. |
|
hideToolbar(): boolean |
Hides the toolbar. |
|
openDialog(uiDataProvider: DialogLayoutDataProvider, title: string, isModal: boolean, id: string, optionalProps?: DialogProps): boolean |
Opens a Dialog and automatically populates it using the properties defined by the UiDataProvider. |
|
Opens a Tool Settings Ui popup at a particular location. |
|
setFocusToHome(): void |
Sets focus to Home |
|
showAngleEditor(initialValue: number, location: Readonly<WritableXAndY>, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean |
Show an input editor for an angle value at a particular location. |
|
showCalculator(initialValue: number, resultIcon: string, location: Readonly<WritableXAndY>, onOk: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean |
Show a calculator at a particular location. |
|
showCard(content: HTMLElement, title: undefined | string | PropertyRecord, toolbarProps: undefined | AbstractToolbarProps, location: Readonly<WritableXAndY>, offset: Readonly<WritableXAndY>, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc, relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean |
Show a Card containing content, a title and a toolbar at a particular location. |
|
Show a context menu at a particular location. |
|
showHTMLElement(displayElement: HTMLElement, location: Readonly<WritableXAndY>, offset: Readonly<WritableXAndY>, onCancel: OnCancelFunc, relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean |
Show an HTML element at a particular location. |
|
showHeightEditor(initialValue: number, location: Readonly<WritableXAndY>, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean |
Show an input editor for a height value at a particular location. |
|
showInputEditor(initialValue: Value, propertyDescription: PropertyDescription, location: Readonly<WritableXAndY>, onCommit: OnValueCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean |
Show an input editor for a primitive value at a particular location. |
|
showKeyinPalette(htmlElement?: HTMLElement): boolean |
Show the Key-in Palette to display key-in from all registered Tools. |
|
showLengthEditor(initialValue: number, location: Readonly<WritableXAndY>, onCommit: OnNumberCommitFunc, onCancel: OnCancelFunc, htmlElement?: HTMLElement): boolean |
Show an input editor for a length value at a particular location. |
|
Show a menu button at a particular location. |
|
showReactCard(content: ReactNode, title: undefined | string | PropertyRecord, toolbarProps: undefined | AbstractToolbarProps, location: Readonly<WritableXAndY>, offset: Readonly<WritableXAndY>, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc, relativePosition?: RelativePosition, anchorElement?: HTMLElement): boolean |
Show a Card containing React-based content, a title and a toolbar at a particular location. |
|
showToolbar(toolbarProps: AbstractToolbarProps, location: Readonly<WritableXAndY>, offset: Readonly<WritableXAndY>, onItemExecuted: OnItemExecutedFunc, onCancel: OnCancelFunc, relativePosition?: RelativePosition, htmlElement?: HTMLElement): boolean |
Show a Toolbar at a particular location. |
|