|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigNavigationRuleType
public class FacesConfigNavigationRuleType
The "navigation-rule" element represents an individual decision rule that will be utilized by the default NavigationHandler implementation to make decisions on what view should be displayed next, based on the view id being processed.
Java class for faces-config-navigation-ruleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-navigation-ruleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="from-view-id" type="{http://java.sun.com/xml/ns/javaee}faces-config-from-view-idType" minOccurs="0"/>
<element name="navigation-case" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-caseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="navigation-rule-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-rule-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FacesConfigFromViewIdType |
fromViewId
|
protected IconType[] |
icon
|
protected String |
id
|
protected FacesConfigNavigationCaseType[] |
navigationCase
|
protected FacesConfigNavigationRuleExtensionType[] |
navigationRuleExtension
|
| Constructor Summary | |
|---|---|
FacesConfigNavigationRuleType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance. |
|
FacesConfigNavigationRuleType(FacesConfigNavigationRuleType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected FacesConfigFromViewIdType fromViewId
protected FacesConfigNavigationCaseType[] navigationCase
protected FacesConfigNavigationRuleExtensionType[] navigationRuleExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigNavigationRuleType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance.
public FacesConfigNavigationRuleType(FacesConfigNavigationRuleType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic FacesConfigFromViewIdType getFromViewId()
FacesConfigFromViewIdTypepublic void setFromViewId(FacesConfigFromViewIdType value)
value - allowed object is
FacesConfigFromViewIdTypepublic FacesConfigNavigationCaseType[] getNavigationCase()
FacesConfigNavigationCaseTypepublic FacesConfigNavigationCaseType getNavigationCase(int idx)
FacesConfigNavigationCaseTypepublic int getNavigationCaseLength()
public void setNavigationCase(FacesConfigNavigationCaseType[] values)
values - allowed objects are
FacesConfigNavigationCaseType
public FacesConfigNavigationCaseType setNavigationCase(int idx,
FacesConfigNavigationCaseType value)
value - allowed object is
FacesConfigNavigationCaseTypepublic FacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
FacesConfigNavigationRuleExtensionTypepublic FacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
FacesConfigNavigationRuleExtensionTypepublic int getNavigationRuleExtensionLength()
public void setNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] values)
values - allowed objects are
FacesConfigNavigationRuleExtensionType
public FacesConfigNavigationRuleExtensionType setNavigationRuleExtension(int idx,
FacesConfigNavigationRuleExtensionType value)
value - allowed object is
FacesConfigNavigationRuleExtensionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic FacesConfigNavigationRuleType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||