public interface FaceletTaglibFunctionType<T> extends Child<T>, JavaeeFaceletTaglibFunctionCommonType<T,FaceletTaglibFunctionType<T>>
facelet-taglib-functionType
xsd typeModifier and Type | Method and Description |
---|---|
IconType<FaceletTaglibFunctionType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibFunctionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibFunctionType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FaceletTaglibFunctionType<T> |
functionClass(String functionClass)
Sets the
function-class element |
FaceletTaglibFunctionType<T> |
functionName(String functionName)
Sets the
function-name element |
FaceletTaglibFunctionType<T> |
functionSignature(String functionSignature)
Sets the
function-signature element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FaceletTaglibFunctionType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getFunctionClass()
Returns the
function-class element |
String |
getFunctionName()
Returns the
function-name element |
String |
getFunctionSignature()
Returns the
function-signature element |
IconType<FaceletTaglibFunctionType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FaceletTaglibFunctionType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibFunctionType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibFunctionType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibFunctionType<T> |
removeFunctionClass()
Removes the
function-class element |
FaceletTaglibFunctionType<T> |
removeFunctionName()
Removes the
function-name element |
FaceletTaglibFunctionType<T> |
removeFunctionSignature()
Removes the
function-signature element |
FaceletTaglibFunctionType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFaceletTaglibFunctionType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibFunctionType<T> removeAllDescription()
description
elementFaceletTaglibFunctionType
FaceletTaglibFunctionType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibFunctionType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibFunctionType<T> removeAllDisplayName()
display-name
elementFaceletTaglibFunctionType
IconType<FaceletTaglibFunctionType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibFunctionType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibFunctionType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibFunctionType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibFunctionType<T> functionName(String functionName)
function-name
elementfunctionName
- the value for the element function-name
FaceletTaglibFunctionType
String getFunctionName()
function-name
elementfunction-name
FaceletTaglibFunctionType<T> removeFunctionName()
function-name
elementFaceletTaglibFunctionType
FaceletTaglibFunctionType<T> functionClass(String functionClass)
function-class
elementfunctionClass
- the value for the element function-class
FaceletTaglibFunctionType
String getFunctionClass()
function-class
elementfunction-class
FaceletTaglibFunctionType<T> removeFunctionClass()
function-class
elementFaceletTaglibFunctionType
FaceletTaglibFunctionType<T> functionSignature(String functionSignature)
function-signature
elementfunctionSignature
- the value for the element function-signature
FaceletTaglibFunctionType
String getFunctionSignature()
function-signature
elementfunction-signature
FaceletTaglibFunctionType<T> removeFunctionSignature()
function-signature
elementFaceletTaglibFunctionType
Copyright © 2022 JBoss by Red Hat. All rights reserved.