Package | Description |
---|---|
com.sun.faces.component |
Modifier and Type | Method and Description |
---|---|
static CompositeComponentStackManager.StackType |
CompositeComponentStackManager.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.
|
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIComponent |
CompositeComponentStackManager.getParentCompositeComponent(CompositeComponentStackManager.StackType stackType,
javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent forComponent) |
javax.faces.component.UIComponent |
CompositeComponentStackManager.peek(CompositeComponentStackManager.StackType stackType) |
void |
CompositeComponentStackManager.pop(CompositeComponentStackManager.StackType stackType)
Pops the top-level component from the stack.
|
boolean |
CompositeComponentStackManager.push(CompositeComponentStackManager.StackType stackType)
Pushes a component derived by the push logic to the specified stack.
|
boolean |
CompositeComponentStackManager.push(javax.faces.component.UIComponent compositeComponent,
CompositeComponentStackManager.StackType stackType)
Pushes the specified composite component to the desired
StackType
stack. |
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.