public class SwitchNodeImpl extends SwitchNode implements Serializable
| Constructor and Description |
|---|
SwitchNodeImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<SwitchCase> |
_getCases() |
boolean |
equals(Object obj) |
List<SwitchCase> |
getCases()
Return the cases in this switch. |
String |
getDefaultOutcome(FacesContext context)
Return the default outcome in this switch. |
String |
getId() |
int |
hashCode() |
void |
setDefaultOutcome(String defaultOutcome) |
void |
setDefaultOutcome(javax.el.ValueExpression defaultOutcome) |
public SwitchNodeImpl(String id)
public List<SwitchCase> getCases()
SwitchNodeReturn the cases in this switch.
getCases in class SwitchNodepublic List<SwitchCase> _getCases()
public String getDefaultOutcome(FacesContext context)
SwitchNodeReturn the default outcome in this switch.
getDefaultOutcome in class SwitchNodecontext - the FacesContext for this requestpublic void setDefaultOutcome(String defaultOutcome)
public void setDefaultOutcome(javax.el.ValueExpression defaultOutcome)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.