Package com.ptc.mvc.components
Class NestedComponentConfig
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfig
com.ptc.mvc.components.NestedComponentConfig
- All Implemented Interfaces:
ComponentConfig,Serializable,Cloneable
Configures a nested component. Used in conjunction with MultiComponentConfig.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueId of the nested component
Supported API: true -
Method Summary
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.mvc.components.ComponentConfig
getTypes, setTypes
-
Constructor Details
-
NestedComponentConfig
public NestedComponentConfig()
Supported API: true -
NestedComponentConfig
Id of the nested component
Supported API: true- Parameters:
id-
-