Interface
caplin.component.factory

ComponentFactory

ComponentFactory is the interface component factories that are to be accessed via the caplin.component.ComponentFactory should implement. Their alias in the alias xml definitions should be grouped under the 'component' identifier. e.g. 'caplin.grid-component' would be used to specify the caplin.grid.GridComponentFactory.

Constructor Summary

Attributes Name and Description
caplin.component.factory.ComponentFactory()

Method Summary

Attributes Name and Description
void createFromXml(String sXml)

Given an XML string representation of the component to be created it will create and return the component.

Constructor Detail

caplin.component.factory.ComponentFactory()

Method Detail

void createFromXml(String sXml)

Given an XML string representation of the component to be created it will create and return the component.

Parameters
String sXml The XML representation of the component to be constructed.
Returns
An instance of the component defined within the specified XML string.