IRISLIB database
Element Class Reference

This class represents the saved state of a dashboard element. More...

Inheritance diagram for Element:
Collaboration diagram for Element:

Private Member Functions

 Clear ()
 Delete all name/value pairs currently in this object.
 
 CopyFromArray (pArray)
 Copy the values from a local array. More...
 
_.Library.Status CopyFromObject (_.Library.RegisteredObject pObject)
 Copy data from an object into this element.
 
 CopyToArray (pArray)
 Copy the name/value pairs in this element into. More...
 
_.Library.Status CopyToObject (_.Library.RegisteredObject pObject)
 Copy data from this element to an object.
 
_.Library.Status DeleteId (_.Library.String pID)
 Delete this element given it unique name.
 
_.Library.Status Save ()
 Save this element.
 

Static Private Member Functions

_.DeepSee.Dashboard.Element ExistsId (_.Library.String pID)
 Open this element given its unique name.
 
_.Library.Status GetSettings (_.Library.String pType, pSettings)
 Get settings meta-data for the given element type.
 
_.Library.Status KillExtent ()
 Delete all elements.
 
_.DeepSee.Dashboard.Element OpenId (_.Library.String pID, _.Library.Status pSC)
 Open this element given its unique name.
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.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...
 
- Static Public Attributes inherited from RegisteredObject
 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...
 

Detailed Description

This class represents the saved state of a dashboard element.

Instances are stored using a generic name-value pair mechanism to provide maximum flexibility.

Member Function Documentation

◆ CopyFromArray()

CopyFromArray (   pArray)
private

Copy the values from a local array.

(subscripted by property name) into this element.

◆ CopyToArray()

CopyToArray (   pArray)
private

Copy the name/value pairs in this element into.

a local array subscripted by property name.