Uses of Enum Class
com.sun.faces.component.CompositeComponentStackManager.StackType
Packages that use CompositeComponentStackManager.StackType
-
Uses of CompositeComponentStackManager.StackType in com.sun.faces.component
Methods in com.sun.faces.component that return CompositeComponentStackManager.StackTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CompositeComponentStackManager.StackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.faces.component with parameters of type CompositeComponentStackManager.StackTypeModifier and TypeMethodDescriptionCompositeComponentStackManager.getParentCompositeComponent(CompositeComponentStackManager.StackType stackType, FacesContext ctx, UIComponent forComponent) CompositeComponentStackManager.peek(CompositeComponentStackManager.StackType stackType) voidCompositeComponentStackManager.pop(CompositeComponentStackManager.StackType stackType) Pops the top-level component from the stack.booleanCompositeComponentStackManager.push(CompositeComponentStackManager.StackType stackType) Pushes a component derived by the push logic to the specified stack.booleanCompositeComponentStackManager.push(UIComponent compositeComponent, CompositeComponentStackManager.StackType stackType) Pushes the specified composite component to the desiredStackTypestack.