public class SwitchCaseImpl extends jakarta.faces.flow.SwitchCase implements Serializable
| Constructor and Description |
|---|
SwitchCaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCondition(jakarta.faces.context.FacesContext context)
Return |
jakarta.el.ValueExpression |
getConditionExpression() |
String |
getEnclosingId() |
String |
getFromOutcome()
Return the outcome to be used if |
void |
setCondition(String condition) |
void |
setConditionExpression(jakarta.el.ValueExpression conditionExpression) |
void |
setEnclosingId(String returnId) |
void |
setFromOutcome(String fromOutcome) |
public jakarta.el.ValueExpression getConditionExpression()
public Boolean getCondition(jakarta.faces.context.FacesContext context)
jakarta.faces.flow.SwitchCase
Return true if this case should be taken, false otherwise.
getCondition in class jakarta.faces.flow.SwitchCasecontext - the FacesContext for the current request.public void setCondition(String condition)
public void setConditionExpression(jakarta.el.ValueExpression conditionExpression)
public String getFromOutcome()
jakarta.faces.flow.SwitchCase
Return the outcome to be used if SwitchCase.getCondition(jakarta.faces.context.FacesContext) return true.
getFromOutcome in class jakarta.faces.flow.SwitchCasepublic void setFromOutcome(String fromOutcome)
public String getEnclosingId()
public void setEnclosingId(String returnId)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.