Skip to main content

EnsLib.ITK.Setup.UI.EditSenders

class EnsLib.ITK.Setup.UI.EditSenders extends EnsLib.ITK.Setup.UI.EditMasterDetail

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = EnsPortal.Application;
Enable styles that are common to all pages and dialogs for the EnsPortal application.
parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter CANCELBUTTON = 0;
Inherited description: If true, then this dialog displays a Cancel button.
parameter PAGENAME = Edit Sender Registry;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property ItemNo as %String (ZENURL = "itemNo");
Property methods: ItemNoDisplayToLogical(), ItemNoGet(), ItemNoIsValid(), ItemNoLogicalToDisplay(), ItemNoLogicalToOdbc(), ItemNoNormalize(), ItemNoSet()
property Listener as %String;
Property methods: ListenerDisplayToLogical(), ListenerGet(), ListenerIsValid(), ListenerLogicalToDisplay(), ListenerLogicalToOdbc(), ListenerNormalize(), ListenerSet()
property ModelClass as %String [ InitialExpression = "EnsLib.ITK.Setup.UI.SenderModel" ];
Inherited description: Set this to the DataModel class for the controller model
Property methods: ModelClassDisplayToLogical(), ModelClassGet(), ModelClassIsValid(), ModelClassLogicalToDisplay(), ModelClassLogicalToOdbc(), ModelClassNormalize(), ModelClassSet()
property System as %String;
Property methods: SystemDisplayToLogical(), SystemGet(), SystemIsValid(), SystemLogicalToDisplay(), SystemLogicalToOdbc(), SystemNormalize(), SystemSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Avoid writing out the session cookie if we are in a Studio session.
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 dialog. This should be implemented in a subclass.
clientmethod resetModel() [ Language = javascript ]
insert a new row into the model ready for editing
clientmethod rowSelected(selected) [ Language = javascript ]
Inherited description: Override with specifics, but call invokeSuper first

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab