
public interface FacesConfigNavigationCaseType<T> extends Child<T>, JavaeeFacesConfigNavigationCaseCommonType<T,FacesConfigNavigationCaseType<T>,FacesConfigRedirectType<FacesConfigNavigationCaseType<T>>>
faces-config-navigation-caseType xsd type| Modifier and Type | Method and Description |
|---|---|
FacesConfigNavigationCaseType<T> |
_if(String _if)
Sets the
if element |
IconType<FacesConfigNavigationCaseType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigNavigationCaseType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigNavigationCaseType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigNavigationCaseType<T> |
fromAction(String fromAction)
Sets the
from-action element |
FacesConfigNavigationCaseType<T> |
fromOutcome(String fromOutcome)
Sets the
from-outcome element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FacesConfigNavigationCaseType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getFromAction()
Returns the
from-action element |
String |
getFromOutcome()
Returns the
from-outcome element |
String |
getId()
Returns the
id attribute |
String |
getIf()
Returns the
if element |
IconType<FacesConfigNavigationCaseType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigRedirectType<FacesConfigNavigationCaseType<T>> |
getOrCreateRedirect()
If not already created, a new
redirect element with the given value will be created. |
String |
getToViewId()
Returns the
to-view-id element |
FacesConfigNavigationCaseType<T> |
id(String id)
Sets the
id attribute |
FacesConfigNavigationCaseType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigNavigationCaseType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigNavigationCaseType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigNavigationCaseType<T> |
removeFromAction()
Removes the
from-action element |
FacesConfigNavigationCaseType<T> |
removeFromOutcome()
Removes the
from-outcome element |
FacesConfigNavigationCaseType<T> |
removeId()
Removes the
id attribute |
FacesConfigNavigationCaseType<T> |
removeIf()
Removes the
if element |
FacesConfigNavigationCaseType<T> |
removeRedirect()
Removes the
redirect element |
FacesConfigNavigationCaseType<T> |
removeToViewId()
Removes the
to-view-id element |
FacesConfigNavigationCaseType<T> |
toViewId(String toViewId)
Sets the
to-view-id element |
FacesConfigNavigationCaseType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFacesConfigNavigationCaseTypeList<String> getAllDescription()
description elementsdescriptionFacesConfigNavigationCaseType<T> removeAllDescription()
description elementFacesConfigNavigationCaseTypeFacesConfigNavigationCaseType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFacesConfigNavigationCaseTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFacesConfigNavigationCaseType<T> removeAllDisplayName()
display-name elementFacesConfigNavigationCaseTypeIconType<FacesConfigNavigationCaseType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FacesConfigNavigationCaseType<T>> createIcon()
icon elementIconType> List<IconType<FacesConfigNavigationCaseType<T>>> getAllIcon()
icon elementsiconFacesConfigNavigationCaseType<T> removeAllIcon()
icon elementsIconType> FacesConfigNavigationCaseType<T> fromAction(String fromAction)
from-action elementfromAction - the value for the element from-actionFacesConfigNavigationCaseTypeString getFromAction()
from-action elementfrom-actionFacesConfigNavigationCaseType<T> removeFromAction()
from-action elementFacesConfigNavigationCaseTypeFacesConfigNavigationCaseType<T> fromOutcome(String fromOutcome)
from-outcome elementfromOutcome - the value for the element from-outcomeFacesConfigNavigationCaseTypeString getFromOutcome()
from-outcome elementfrom-outcomeFacesConfigNavigationCaseType<T> removeFromOutcome()
from-outcome elementFacesConfigNavigationCaseTypeFacesConfigNavigationCaseType<T> _if(String _if)
if element_if - the value for the element ifFacesConfigNavigationCaseTypeString getIf()
if elementifFacesConfigNavigationCaseType<T> removeIf()
if elementFacesConfigNavigationCaseTypeFacesConfigNavigationCaseType<T> toViewId(String toViewId)
to-view-id elementtoViewId - the value for the element to-view-idFacesConfigNavigationCaseTypeString getToViewId()
to-view-id elementto-view-idFacesConfigNavigationCaseType<T> removeToViewId()
to-view-id elementFacesConfigNavigationCaseTypeFacesConfigRedirectType<FacesConfigNavigationCaseType<T>> getOrCreateRedirect()
redirect element with the given value will be created.
Otherwise, the existing redirect element will be returned.FacesConfigRedirectType> FacesConfigNavigationCaseType<T> removeRedirect()
redirect elementFacesConfigNavigationCaseTypeFacesConfigNavigationCaseType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigNavigationCaseTypeString getId()
id attributeidFacesConfigNavigationCaseType<T> removeId()
id attributeFacesConfigNavigationCaseTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.