BiCustomClass

This class creates a class from it's input that can then be used in ADF markup or javascript. It is typically used in the Resources section of an ADF@remark This class takes only one child node.

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiCustomClass .

Constructor

new BiCustomClass ( )

Parameters

No parameters.

Properties

NameTypegetsetDescripton
preCompileBooleancheckedcheckedWhether to deserialize the class XML into a JavaScript object at load time. [ Not Implemented ]
uriBiUricheckedcheckedThe URI to optionally load the class from.

Methods

NameDescription
loadMethod to load this class from a URI and create it in global scope. This method is typically used by the resource parser.
loadResourcesLoads resources defined as child nodes on a node.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.

Method Details

load

Method to load this class from a URI and create it in global scope. This method is typically used by the resource parser.

Syntax

object.load ( )

Parameters

No arguments.

Return Type

void

loadResources

Loads resources defined as child nodes on a node.

Syntax

object.loadResources ( oNode,oParser )

Parameters

NameTypeOptionalDefaultDescripton
oNodeNodeResources DOM node
oParserBiXmlResourceParserparser (not used)

Return Type

void