
public interface FaceletTaglibFunctionType<T> extends Child<T>, JavaeeFaceletTaglibFunctionCommonType<T,FaceletTaglibFunctionType<T>>
facelet-taglib-functionType xsd type| Modifier 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 objectsFaceletTaglibFunctionTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibFunctionType<T> removeAllDescription()
description elementFaceletTaglibFunctionTypeFaceletTaglibFunctionType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibFunctionTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibFunctionType<T> removeAllDisplayName()
display-name elementFaceletTaglibFunctionTypeIconType<FaceletTaglibFunctionType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibFunctionType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibFunctionType<T>>> getAllIcon()
icon elementsiconFaceletTaglibFunctionType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibFunctionType<T> functionName(String functionName)
function-name elementfunctionName - the value for the element function-nameFaceletTaglibFunctionTypeString getFunctionName()
function-name elementfunction-nameFaceletTaglibFunctionType<T> removeFunctionName()
function-name elementFaceletTaglibFunctionTypeFaceletTaglibFunctionType<T> functionClass(String functionClass)
function-class elementfunctionClass - the value for the element function-classFaceletTaglibFunctionTypeString getFunctionClass()
function-class elementfunction-classFaceletTaglibFunctionType<T> removeFunctionClass()
function-class elementFaceletTaglibFunctionTypeFaceletTaglibFunctionType<T> functionSignature(String functionSignature)
function-signature elementfunctionSignature - the value for the element function-signatureFaceletTaglibFunctionTypeString getFunctionSignature()
function-signature elementfunction-signatureFaceletTaglibFunctionType<T> removeFunctionSignature()
function-signature elementFaceletTaglibFunctionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.