Skip to main content

EnsLib.ITK.Setup.UI.EditDistributionRules

class EnsLib.ITK.Setup.UI.EditDistributionRules 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 Distribution Rules;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property ConsumerName as %String (ZENURL = "CONSUMERNAME");
Property methods: ConsumerNameDisplayToLogical(), ConsumerNameGet(), ConsumerNameIsValid(), ConsumerNameLogicalToDisplay(), ConsumerNameLogicalToOdbc(), ConsumerNameNormalize(), ConsumerNameSet()
property ModelClass as %String [ InitialExpression = "EnsLib.ITK.Setup.UI.DistributionRuleModel" ];
Inherited description: Set this to the DataModel class for the controller model
Property methods: ModelClassDisplayToLogical(), ModelClassGet(), ModelClassIsValid(), ModelClassLogicalToDisplay(), ModelClassLogicalToOdbc(), ModelClassNormalize(), ModelClassSet()

Methods

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