|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesNavigationCase
public class FacesNavigationCase
web-facesconfig_2_0.xsd
Java class for faces-config-navigation-caseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-navigation-caseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="from-action" type="{http://java.sun.com/xml/ns/javaee}faces-config-from-actionType" minOccurs="0"/>
<element name="from-outcome" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="if" type="{http://java.sun.com/xml/ns/javaee}faces-config-ifType" minOccurs="0"/>
<element name="to-view-id" type="{http://java.sun.com/xml/ns/javaee}faces-config-valueType"/>
<element name="redirect" type="{http://java.sun.com/xml/ns/javaee}faces-config-redirectType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
48 *
| Field Summary | |
|---|---|
protected String |
_if
|
protected TextMap |
description
|
protected TextMap |
displayName
|
protected FacesFromAction |
fromAction
|
protected String |
fromOutcome
|
protected LocalCollection<Icon> |
icon
|
protected String |
id
|
protected FacesRedirect |
redirect
|
protected String |
toViewId
|
| Constructor Summary | |
|---|---|
FacesNavigationCase()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
|
Text[] |
getDescriptions()
|
String |
getDisplayName()
|
Text[] |
getDisplayNames()
|
FacesFromAction |
getFromAction()
Gets the value of the fromAction property. |
String |
getFromOutcome()
Gets the value of the fromOutcome property. |
Icon |
getIcon()
|
Map<String,Icon> |
getIconMap()
|
Collection<Icon> |
getIcons()
|
String |
getId()
Gets the value of the id property. |
String |
getIf()
Gets the value of the if property. |
FacesRedirect |
getRedirect()
Gets the value of the redirect property. |
String |
getToViewId()
Gets the value of the toViewId property. |
void |
setDescriptions(Text[] text)
|
void |
setDisplayNames(Text[] text)
|
void |
setFromAction(FacesFromAction value)
Sets the value of the fromAction property. |
void |
setFromOutcome(String value)
Sets the value of the fromOutcome property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIf(String value)
Sets the value of the if property. |
void |
setRedirect(FacesRedirect value)
Sets the value of the redirect property. |
void |
setToViewId(String value)
Sets the value of the toViewId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected FacesFromAction fromAction
protected String fromOutcome
protected String _if
protected String toViewId
protected FacesRedirect redirect
protected String id
| Constructor Detail |
|---|
public FacesNavigationCase()
| Method Detail |
|---|
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public Collection<Icon> getIcons()
public Map<String,Icon> getIconMap()
public Icon getIcon()
public FacesFromAction getFromAction()
FacesFromActionpublic void setFromAction(FacesFromAction value)
value - allowed object is
FacesFromActionpublic String getFromOutcome()
Stringpublic void setFromOutcome(String value)
value - allowed object is
Stringpublic String getIf()
Stringpublic void setIf(String value)
value - allowed object is
Stringpublic String getToViewId()
Stringpublic void setToViewId(String value)
value - allowed object is
Stringpublic FacesRedirect getRedirect()
FacesRedirectpublic void setRedirect(FacesRedirect value)
value - allowed object is
FacesRedirectpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||