public interface FacesConfigNavigationCaseType<T> extends Child<T>, JavaeeFacesConfigNavigationCaseCommonType<T,FacesConfigNavigationCaseType<T>,FacesConfigRedirectType<FacesConfigNavigationCaseType<T>>>
faces-config-navigation-caseType
xsd typeModifier 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
objectsFacesConfigNavigationCaseType
List<String> getAllDescription()
description
elementsdescription
FacesConfigNavigationCaseType<T> removeAllDescription()
description
elementFacesConfigNavigationCaseType
FacesConfigNavigationCaseType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigNavigationCaseType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigNavigationCaseType<T> removeAllDisplayName()
display-name
elementFacesConfigNavigationCaseType
IconType<FacesConfigNavigationCaseType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigNavigationCaseType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigNavigationCaseType<T>>> getAllIcon()
icon
elementsicon
FacesConfigNavigationCaseType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigNavigationCaseType<T> fromAction(String fromAction)
from-action
elementfromAction
- the value for the element from-action
FacesConfigNavigationCaseType
String getFromAction()
from-action
elementfrom-action
FacesConfigNavigationCaseType<T> removeFromAction()
from-action
elementFacesConfigNavigationCaseType
FacesConfigNavigationCaseType<T> fromOutcome(String fromOutcome)
from-outcome
elementfromOutcome
- the value for the element from-outcome
FacesConfigNavigationCaseType
String getFromOutcome()
from-outcome
elementfrom-outcome
FacesConfigNavigationCaseType<T> removeFromOutcome()
from-outcome
elementFacesConfigNavigationCaseType
FacesConfigNavigationCaseType<T> _if(String _if)
if
element_if
- the value for the element if
FacesConfigNavigationCaseType
String getIf()
if
elementif
FacesConfigNavigationCaseType<T> removeIf()
if
elementFacesConfigNavigationCaseType
FacesConfigNavigationCaseType<T> toViewId(String toViewId)
to-view-id
elementtoViewId
- the value for the element to-view-id
FacesConfigNavigationCaseType
String getToViewId()
to-view-id
elementto-view-id
FacesConfigNavigationCaseType<T> removeToViewId()
to-view-id
elementFacesConfigNavigationCaseType
FacesConfigRedirectType<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
elementFacesConfigNavigationCaseType
FacesConfigNavigationCaseType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigNavigationCaseType
String getId()
id
attributeid
FacesConfigNavigationCaseType<T> removeId()
id
attributeFacesConfigNavigationCaseType
Copyright © 2019 JBoss by Red Hat. All rights reserved.