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.
parameter DEFAULTENCLOSINGCLASS = "busyTrapBody";
Subclasses can set this to change default enclosingClass used for this
component.
property activityStr
as %ZEN.Datatype.caption [ InitialExpression = "Saving File" ];
property icon
as %ZEN.Datatype.uri [ InitialExpression = "CSP/broker/deepsee/dsrwait.gif" ];
Icon to display at the top of the panel
property requestStr
as %ZEN.Datatype.caption [ InitialExpression = "Please wait" ];
method %DrawHTML()
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.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.