Provides a container that maps to a CDF Document in the cache. This
provides a simplified mechanism for mapping forms and blocks to CDF Documents in the XML Cache. Instances of this class
can nest to point to another CDF record in the same document or can point to a CDF document of their own.
instance initializer
Parameters:
strName – unique name distinguishing this object from all other JSX GUI objects in the JSX application
Returns the CDF ID of the record to map to.
Overrides:
Updates all mapped descendants with values from the source CDF Document
Parameters:
bRepaint – if false no repaint will be applied when setting text or values
strRecordId – If set, only those descendants that map to this specific CDF record will be updated.
No-op.
Parameters:
strRecordId – the jsxid attribute of the data record to redraw.
intAction – INSERT, UPDATE, or DELETE.
Overrides:
Sets the CDF ID of the record to map to. Updates all mapped descendants with values from the newly created mapping.
Parameters:
strCDFId – If not set, the CDF Id used by the nearest ancestor of type jsx3.gui.CDF will be used.
Overrides:
Updates the source CDF document with values returned from mapped descendants
Copyright © 2001-2008, TIBCO Software Inc.