Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
|
|
|
If true, then this dialog displays an Apply button.
User needs WRITE permissions on either the %Ens_Code or the %Ens_DTL resource to make changes on this page.
Displayed name of this page.
User needs READ permissions on either the %Ens_Code or the %Ens_DTL resource to view this page.
|
|
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
Get the (localized) title string for the dialog. This should be implemented in a subclass.
Adjust size and position of components on this page.
Event handler to update the current expression whenever an argument is changed.
Draw the controls for the arguments of the function named in functionDesc. This method is called as an event handler when a new function is chosen and fromondialogStart , where the noExpressionUpdate argument is used to ensure we only update the expression once.
Get the value that will be applied when the user presses the OK button.
Helper method to get the object tree of defined functions.
This callback, if defined, is called when the dialog page is loaded.
Update the isReplace variable when the control is changed.
Ensure that the text controls and the description field expand to fit the width of the window.
Update the expression text displayed at the top of the page. If newClass and newProp are defined, then we initialise the expression as needed. The function should return a boolean to indicate whether the requested update should be processed. The return value will be true in almost all cases, except for a specific case involving function replacement described shortly. IfisReplace is true, we replace the current function. As part of the function replacement, we ensure that the expression has the correct number of arguments specified. If the new function has fewer arguments than the user had previously defined, we prompt the user to confirm that they are willing to discard the extra argument(s). If the user indicates that the argument(s) can be discarded, we continue as before. If not, we reset the dropdown and return false, leaving the expression exactly as it is.