%DeepSee.UserLibrary.Container
abstract class %DeepSee.UserLibrary.Container extends %Library.RegisteredObject
This class provides a way to define folder items (such as dashboards or pivots) within the XData block of class.This provides a convenient way to define dashboards and other items that are meant to be delivered as part of an application.
Compiling a Container class causes the XML within the Contents section to be processed and any items defined will be loaded into the current namespace.
Method Inventory
Methods
classmethod %OnLoad() as %Status
This method is called immediately after the contents of this container are loaded via the
%DeepSee.UserLibrary.Utils:%ImportContainer() method. It is also called if the compiled class' %Process method
is called directly.
This method causes the contents of this container to be loaded at compilation time.
It can also be called directly at a later time to include execution of the %OnLoad()
callback, if defined.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()