Package | Description |
---|---|
org.apache.myfaces.trinidad.webapp |
Modifier and Type | Method and Description |
---|---|
UIXComponentELTag.CheckExecutionResult |
UIXComponentELTag.checkChildTagExecution(javax.faces.component.UIComponent childComponent)
Allows a child tag to check if its children should be executed based on the grand-parent.
|
protected UIXComponentELTag.CheckExecutionResult |
UIXComponentELTag.checkChildTagExecution(javax.faces.webapp.UIComponentELTag childTag,
String facetName)
Check if a child component tag should execute or not.
|
static UIXComponentELTag.CheckExecutionResult |
UIXComponentELTag.CheckExecutionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIXComponentELTag.CheckExecutionResult[] |
UIXComponentELTag.CheckExecutionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.