public interface FaceletTaglibTagValidatorType<T> extends Child<T>, JavaeeFaceletTaglibTagValidatorCommonType<T,FaceletTaglibTagValidatorType<T>>
facelet-taglib-tag-validatorType
xsd typeModifier and Type | Method and Description |
---|---|
IconType<FaceletTaglibTagValidatorType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagValidatorType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagValidatorType<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<FaceletTaglibTagValidatorType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getHandlerClass()
Returns the
handler-class element |
IconType<FaceletTaglibTagValidatorType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
String |
getValidatorId()
Returns the
validator-id element |
FaceletTaglibTagValidatorType<T> |
handlerClass(String handlerClass)
Sets the
handler-class element |
Boolean |
isValidatorExtension()
Removes the
validator-extension element |
FaceletTaglibTagValidatorType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagValidatorType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagValidatorType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagValidatorType<T> |
removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagValidatorType<T> |
removeValidatorExtension()
Removes the
validator-extension element |
FaceletTaglibTagValidatorType<T> |
removeValidatorId()
Removes the
validator-id element |
FaceletTaglibTagValidatorType<T> |
validatorExtension()
Sets the
validator-extension element |
FaceletTaglibTagValidatorType<T> |
validatorId(String validatorId)
Sets the
validator-id element |
FaceletTaglibTagValidatorType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFaceletTaglibTagValidatorType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagValidatorType<T> removeAllDescription()
description
elementFaceletTaglibTagValidatorType
FaceletTaglibTagValidatorType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagValidatorType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagValidatorType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagValidatorType
IconType<FaceletTaglibTagValidatorType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagValidatorType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagValidatorType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagValidatorType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagValidatorType<T> validatorId(String validatorId)
validator-id
elementvalidatorId
- the value for the element validator-id
FaceletTaglibTagValidatorType
String getValidatorId()
validator-id
elementvalidator-id
FaceletTaglibTagValidatorType<T> removeValidatorId()
validator-id
elementFaceletTaglibTagValidatorType
FaceletTaglibTagValidatorType<T> handlerClass(String handlerClass)
handler-class
elementhandlerClass
- the value for the element handler-class
FaceletTaglibTagValidatorType
String getHandlerClass()
handler-class
elementhandler-class
FaceletTaglibTagValidatorType<T> removeHandlerClass()
handler-class
elementFaceletTaglibTagValidatorType
FaceletTaglibTagValidatorType<T> validatorExtension()
validator-extension
elementFaceletTaglibTagValidatorType
Boolean isValidatorExtension()
validator-extension
elementFaceletTaglibTagValidatorType
FaceletTaglibTagValidatorType<T> removeValidatorExtension()
validator-extension
elementFaceletTaglibTagValidatorType
Copyright © 2016 JBoss by Red Hat. All rights reserved.