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