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:
-
Field Summary
Fields inherited from class com.ptc.mvc.components.AbstractComponentConfig
view -
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueId of the nested component
Supported API: true -
Method Summary
Methods inherited from class com.ptc.mvc.components.AbstractComponentConfig
addComponent, addComponents, equals, getActionModel, getComponentMode, getComponents, getComponentType, getHelpContext, getId, getLabel, getTargetObject, getType, hashCode, removeComponent, setActionModel, setComponentMode, setComponentType, setHelpContext, setId, setLabel, setTargetObject, setTypeMethods 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-
-