APIs in the ContainerManager class
Use the APIs in the ContainerManager class to manage the life cycle of a container.
For more information on containers, see Working with containers.
- activateContainerItem(containerInfo)
Activates an item in a container.
- addContainerItem(containerInfo)
Adds an item to a container.
- addTransientItem(containerInfo)
Adds a transient item to the current context. The transient item contains values that have not been submitted with the content.
- initializeContainers(containerInfo)
Initializes containers in a complex component.
- removeContainerItem(containerInfo)
Removes an item from a container.
- removeTransientItem(transientItemInfo)
Removes a transient item from the current context.
- resetContainers(containerInfo)
Resets a container to its initial state.
- updateContainerItem(containerInfo)
Updates the information within an item in the container.
- updateTransientData(transientObject)
Updates a transient item in the current context, which can be used to hold the values that don't get submitted with the content.
Previous topic isReview() Next topic activateContainerItem(containerInfo)