Please enable JavaScript to view this site.

These methods provide a general interface for managing the user interface for objects in the RDE workspace.

Method

Result

Descriptions / parameters

ui.open

Boolean

Immediate opening of the object's general user interface.

Returns logical outcome of operation.

ui.close

Boolean

Immediate close of the object's general user interface.

Returns logical operation outcome.

ui.isopen

Boolean

Query state opening general user interface of the object.

Returns logical operation outcome.

ui.raise

 

Brings up and gives focus to the object's general user interface.

If interface closed, it is up to the specific implementation to decide whether to open the user interface or ignore the method.

ui.sub.open

 

Boolean

Immediately opens the object-specific user interface.

name

User interface name

Returns logical result of operation

ui.sub.close

Boolean

Immediate closure of the object-specific user interface.

name

User interface name

Returns logical outcome of operation

ui.sub.isopen

Boolean

Query status open object-specific user interface.

name

User interface name

Returns logical outcome of operation

ui.sub.raise

Boolean

Brings up and gives focus to the object-specific user interface.

If interface closed, it is up to the specific implementation to decide whether to open the user interface or ignore the method.

name

User interface name

Returns logical result of operation

ui.sub.list

String list

Query list of object-specific user interfaces.

Returns list of user interface names.

 

ui.sub.title

String

Query title for an object-specific user interface.

name

User interface name

Returns the required title

ui.sub.name0

String

Query initial user interface name of the object.

ui.acceptchanges

Boolean

Accepts all pending changes for all user interfaces of the object.

Returns esto logical operation.

ui.rejectchanges

Boolean

Undo all pending changes for all general user interfaces of the object.

Returns logical operation outcome.

ui.setfocus

 

Sets focus to the object's general user interface.

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC