Package com.ptc.mvc.components
Class MultiComponentConfig
java.lang.Object
com.ptc.mvc.components.AbstractComponentConfig
com.ptc.mvc.components.MultiComponentConfig
- All Implemented Interfaces:
ComponentConfig,CustomizableViewConfig,Serializable,Cloneable
public final class MultiComponentConfig
extends AbstractComponentConfig
implements CustomizableViewConfig
Enables the configuration of a set of nested components.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNestedComponent(String nestedId) Add nested component
Supported API: trueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.mvc.components.ComponentConfig
addComponent, addComponents, getActionModel, getComponentMode, getComponents, getComponentType, getHelpContext, getId, getLabel, getTargetObject, getType, getTypes, removeComponent, setActionModel, setComponentMode, setComponentType, setHelpContext, setId, setLabel, setTargetObject, setType, setTypes
-
Method Details
-
addNestedComponent
Add nested component
Supported API: true- Parameters:
nestedId- the componentId you want to add
-