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.
Attributes | Name and Description |
---|---|
|
caplin.component.factory.ComponentFactory()
|
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. |
►
caplin.component.factory.ComponentFactory()
►
void
createFromXml(String sXml)
Given an XML string representation of the component to be created it will create and return the component.
String | sXml | The XML representation of the component to be constructed. |