
public interface FaceletTaglibTagValidatorType<T> extends Child<T>, JavaeeFaceletTaglibTagValidatorCommonType<T,FaceletTaglibTagValidatorType<T>>
facelet-taglib-tag-validatorType xsd type| Modifier 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 objectsFaceletTaglibTagValidatorTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibTagValidatorType<T> removeAllDescription()
description elementFaceletTaglibTagValidatorTypeFaceletTaglibTagValidatorType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibTagValidatorTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibTagValidatorType<T> removeAllDisplayName()
display-name elementFaceletTaglibTagValidatorTypeIconType<FaceletTaglibTagValidatorType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibTagValidatorType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibTagValidatorType<T>>> getAllIcon()
icon elementsiconFaceletTaglibTagValidatorType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibTagValidatorType<T> validatorId(String validatorId)
validator-id elementvalidatorId - the value for the element validator-idFaceletTaglibTagValidatorTypeString getValidatorId()
validator-id elementvalidator-idFaceletTaglibTagValidatorType<T> removeValidatorId()
validator-id elementFaceletTaglibTagValidatorTypeFaceletTaglibTagValidatorType<T> handlerClass(String handlerClass)
handler-class elementhandlerClass - the value for the element handler-classFaceletTaglibTagValidatorTypeString getHandlerClass()
handler-class elementhandler-classFaceletTaglibTagValidatorType<T> removeHandlerClass()
handler-class elementFaceletTaglibTagValidatorTypeFaceletTaglibTagValidatorType<T> validatorExtension()
validator-extension elementFaceletTaglibTagValidatorTypeBoolean isValidatorExtension()
validator-extension elementFaceletTaglibTagValidatorTypeFaceletTaglibTagValidatorType<T> removeValidatorExtension()
validator-extension elementFaceletTaglibTagValidatorTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.