This class provides a way to define folder items (such as dashboards or pivots) within the XData block of class. More...
Static Private Member Functions | |
_.Library.Status | OnLoad () |
This method is called immediately after the contents of this container are loaded via the. More... | |
_.Library.Status | Process (_.Library.Boolean pVerbose, _.Library.Boolean pReplace) |
This method causes the contents of this container to be loaded at compilation time. More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
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.
|
staticprivate |
This method is called immediately after the contents of this container are loaded via the.
<method>DeepSee.UserLibrary.Utils:ImportContainer</method> method. It is also called if the compiled class' Process method is called directly.
|
staticprivate |
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 <method>OnLoad</method> callback, if defined.