public interface FaceletTaglibTagConverterType<T> extends Child<T>, JavaeeFaceletTaglibTagConverterCommonType<T,FaceletTaglibTagConverterType<T>>
facelet-taglib-tag-converterType
xsd typeModifier 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
objectsFaceletTaglibTagConverterType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagConverterType<T> removeAllDescription()
description
elementFaceletTaglibTagConverterType
FaceletTaglibTagConverterType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagConverterType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagConverterType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagConverterType
IconType<FaceletTaglibTagConverterType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagConverterType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagConverterType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagConverterType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagConverterType<T> converterId(String converterId)
converter-id
elementconverterId
- the value for the element converter-id
FaceletTaglibTagConverterType
String getConverterId()
converter-id
elementconverter-id
FaceletTaglibTagConverterType<T> removeConverterId()
converter-id
elementFaceletTaglibTagConverterType
FaceletTaglibTagConverterType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
FaceletTaglibTagConverterType
String getHandlerClass()
handler-class
elementhandler-class
FaceletTaglibTagConverterType<T> removeHandlerClass()
handler-class
elementFaceletTaglibTagConverterType
FaceletTaglibTagConverterType<T> converterExtension()
converter-extension
elementFaceletTaglibTagConverterType
Boolean isConverterExtension()
converter-extension
elementFaceletTaglibTagConverterType
FaceletTaglibTagConverterType<T> removeConverterExtension()
converter-extension
elementFaceletTaglibTagConverterType
Copyright © 2019 JBoss by Red Hat. All rights reserved.