Component

The Component interface represents a component deployed into a form.

Individual components can be accessed via the Components interface.

Component Functions

getComponents Component.getComponents( ) Returns the Components object that gives access to all nested sub-components available to the component.
getControls Component.getControls( ) Returns the Controls object that gives access to all controls available to the component.
getFields Component.getFields( ) Returns the Fields object that gives access to all fields available to the component.
getPages Component.getPages( ) Returns the Pages object that gives access to all pages available to the component.
getPrefix Component.getPrefix( ) Returns the component prefix.
getResources Component.getResources( ) Returns the Resources object that gives access to all resources available to the component.
getTables Component.getTables( ) Returns the Tables object that gives access to all tables available to the component.
getTexts Component.getTexts( ) Returns the Texts object that gives access to all texts available to the component.

Element Functions

getElementName Component.getElementName( ) Returns the element name
getElementType Component.getElementType( ) Returns the element type