No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Component Class
Represents a dynamic Visualforce component in Apex.
Namespace
Dynamic Component Properties
The following are properties for Component.
childComponents
Returns a reference to the child components for the component.
Signature
public List <ApexPages.Component> childComponents {get; set;}
Property Value
Type: List<ApexPages.Component>
Example
expressions
Sets the content of an attribute using the expression language
notation. The notation for this is expressions.name_of_attribute.
Signature
public String expressions {get; set;}
Property Value
Type: String
Example
facets
Sets the content of a facet to a dynamic component. The
notation for this is facet.name_of_facet.
Signature
public String facets {get; set;}
Property Value
Type: String