
public interface FaceletTaglibTagConverterType<T> extends Child<T>, JavaeeFaceletTaglibTagConverterCommonType<T,FaceletTaglibTagConverterType<T>>
facelet-taglib-tag-converterType xsd type| Modifier and Type | Method and Description |
|---|---|
FaceletTaglibTagConverterType<T> |
converterExtension()
Sets the
converter-extension element |
FaceletTaglibTagConverterType<T> |
converterId(String converterId)
Sets the
converter-id element |
IconType<FaceletTaglibTagConverterType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagConverterType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagConverterType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FaceletTaglibTagConverterType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getConverterId()
Returns the
converter-id element |
String |
getHandlerClass()
Returns the
handler-class element |
IconType<FaceletTaglibTagConverterType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FaceletTaglibTagConverterType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
Boolean |
isConverterExtension()
Removes the
converter-extension element |
FaceletTaglibTagConverterType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagConverterType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagConverterType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagConverterType<T> |
removeConverterExtension()
Removes the
converter-extension element |
FaceletTaglibTagConverterType<T> |
removeConverterId()
Removes the
converter-id element |
FaceletTaglibTagConverterType<T> |
removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagConverterType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFaceletTaglibTagConverterTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibTagConverterType<T> removeAllDescription()
description elementFaceletTaglibTagConverterTypeFaceletTaglibTagConverterType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibTagConverterTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibTagConverterType<T> removeAllDisplayName()
display-name elementFaceletTaglibTagConverterTypeIconType<FaceletTaglibTagConverterType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibTagConverterType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibTagConverterType<T>>> getAllIcon()
icon elementsiconFaceletTaglibTagConverterType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibTagConverterType<T> converterId(String converterId)
converter-id elementconverterId - the value for the element converter-idFaceletTaglibTagConverterTypeString getConverterId()
converter-id elementconverter-idFaceletTaglibTagConverterType<T> removeConverterId()
converter-id elementFaceletTaglibTagConverterTypeFaceletTaglibTagConverterType<T> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classFaceletTaglibTagConverterTypeString getHandlerClass()
handler-class elementhandler-classFaceletTaglibTagConverterType<T> removeHandlerClass()
handler-class elementFaceletTaglibTagConverterTypeFaceletTaglibTagConverterType<T> converterExtension()
converter-extension elementFaceletTaglibTagConverterTypeBoolean isConverterExtension()
converter-extension elementFaceletTaglibTagConverterTypeFaceletTaglibTagConverterType<T> removeConverterExtension()
converter-extension elementFaceletTaglibTagConverterTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.