Uses of Class
com.sun.faces.component.CompositeComponentStackManager.StackType
-
Packages that use CompositeComponentStackManager.StackType Package Description com.sun.faces.component -
-
Uses of CompositeComponentStackManager.StackType in com.sun.faces.component
Methods in com.sun.faces.component that return CompositeComponentStackManager.StackType Modifier and Type Method Description static CompositeComponentStackManager.StackTypeCompositeComponentStackManager.StackType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompositeComponentStackManager.StackType[]CompositeComponentStackManager.StackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.component with parameters of type CompositeComponentStackManager.StackType Modifier and Type Method Description UIComponentCompositeComponentStackManager. getParentCompositeComponent(CompositeComponentStackManager.StackType stackType, FacesContext ctx, UIComponent forComponent)UIComponentCompositeComponentStackManager. 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.
-