Skip to main content

EnsPortal.Dialog.ChangeClass

class EnsPortal.Dialog.ChangeClass extends EnsPortal.Dialog.standardDialog

Add a new component to a production

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter PAGENAME = Change Class;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %Ens_ProductionConfig:WRITE;
User needs WRITE permissions on the %Ens_ProductionConfig resource to access this page.

Properties

property HostId as %ZEN.Datatype.string (ZENURL = "HOSTID");
Property methods: HostIdDisplayToLogical(), HostIdGet(), HostIdIsValid(), HostIdLogicalToDisplay(), HostIdLogicalToOdbc(), HostIdNormalize(), HostIdSet()
property HostName as %ZEN.Datatype.string (ZENURL = "HOSTNAME");
Property methods: HostNameDisplayToLogical(), HostNameGet(), HostNameIsValid(), HostNameLogicalToDisplay(), HostNameLogicalToOdbc(), HostNameNormalize(), HostNameSet()
property HostType as %ZEN.Datatype.string (ZENURL = "HOSTTYPE");
Property methods: HostTypeDisplayToLogical(), HostTypeGet(), HostTypeIsValid(), HostTypeLogicalToDisplay(), HostTypeLogicalToOdbc(), HostTypeNormalize(), HostTypeSet()
property OldClassName as %ZEN.Datatype.string (ZENURL = "OLDCLASS");
Property methods: OldClassNameDisplayToLogical(), OldClassNameGet(), OldClassNameIsValid(), OldClassNameLogicalToDisplay(), OldClassNameLogicalToOdbc(), OldClassNameNormalize(), OldClassNameSet()

Methods

method %OnAfterCreatePage() as %Status
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.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
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