| 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. | 
                  
              
             
Componentinterface represents a component deployed into a form.Individual components can be accessed via the Components interface.