Skip to main content

EnsPortal.Dialog.TransformSelector

class EnsPortal.Dialog.TransformSelector extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter RESOURCE = %Ens_Rules:WRITE,%Ens_Code:WRITE,%Ens_RoutingRules:WRITE,%Ens_BusinessRules:WRITE;
User needs WRITE permissions on one of the following resources to view this page: %Ens_Rules, %Ens_Code, %Ens_RoutingRules or %Ens_BusinessRules

Properties

property CURRVALUE as %String (ZENURL = "VALUE");
The current value of the control.
Property methods: CURRVALUEDisplayToLogical(), CURRVALUEGet(), CURRVALUEIsValid(), CURRVALUELogicalToDisplay(), CURRVALUELogicalToOdbc(), CURRVALUENormalize(), CURRVALUESet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Avoid writing out the session cookie if we are in a Studio session.
method %OnGetSubtitle() as %String
Inherited description: Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the dialog. This should be implemented in a subclass.
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab