Skip to main content

%DeepSee.Report.UI.busyPanel

class %DeepSee.Report.UI.busyPanel extends %ZEN.Component.component

User facing "busy" panel This is the display panel for alerting the user that the system is busy acting on his/her latest request.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTENCLOSINGCLASS = busyTrapBody;
Inherited description: Subclasses can set this to change default enclosingClass used for this component.

Properties

property activityStr as %ZEN.Datatype.caption [ InitialExpression = "Saving File" ];
Property methods: activityStrDisplayToLogical(), activityStrGet(), activityStrIsValid(), activityStrLogicalToDisplay(), activityStrLogicalToOdbc(), activityStrNormalize(), activityStrSet()
property icon as %ZEN.Datatype.uri [ InitialExpression = "CSP/broker/deepsee/dsrwait.gif" ];
Icon to display at the top of the panel
Property methods: iconDisplayToLogical(), iconGet(), iconIsValid(), iconLogicalToDisplay(), iconLogicalToOdbc(), iconNormalize(), iconSet()
property requestStr as %ZEN.Datatype.caption [ InitialExpression = "Please wait" ];
Property methods: requestStrDisplayToLogical(), requestStrGet(), requestStrIsValid(), requestStrLogicalToDisplay(), requestStrLogicalToOdbc(), requestStrNormalize(), requestStrSet()

Methods

method %DrawHTML()
Inherited description: Static HTML display method: draw the BODY of this component as HTML.
Subclasses implement this in order to render the static HTML contents of a component.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab