
public interface FacesConfigValidatorType<T> extends Child<T>, JavaeeFacesConfigValidatorCommonType<T,FacesConfigValidatorType<T>,FacesConfigAttributeType<FacesConfigValidatorType<T>>,FacesConfigPropertyType<FacesConfigValidatorType<T>>>
faces-config-validatorType xsd type| Modifier and Type | Method and Description |
|---|---|
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
createAttribute()
Creates a new
attribute element |
IconType<FacesConfigValidatorType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigValidatorType<T>> |
createProperty()
Creates a new
property element |
FacesConfigValidatorType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigValidatorType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> |
getAllAttribute()
Returns all
attribute elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FacesConfigValidatorType<T>>> |
getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigValidatorType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getId()
Returns the
id attribute |
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigValidatorType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigValidatorType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getValidatorClass()
Returns the
validator-class element |
String |
getValidatorId()
Returns the
validator-id element |
FacesConfigValidatorType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isValidatorExtension()
Removes the
validator-extension element |
FacesConfigValidatorType<T> |
removeAllAttribute()
Removes all
attribute elements |
FacesConfigValidatorType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigValidatorType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigValidatorType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigValidatorType<T> |
removeAllProperty()
Removes all
property elements |
FacesConfigValidatorType<T> |
removeId()
Removes the
id attribute |
FacesConfigValidatorType<T> |
removeValidatorClass()
Removes the
validator-class element |
FacesConfigValidatorType<T> |
removeValidatorExtension()
Removes the
validator-extension element |
FacesConfigValidatorType<T> |
removeValidatorId()
Removes the
validator-id element |
FacesConfigValidatorType<T> |
validatorClass(String validatorClass)
Sets the
validator-class element |
FacesConfigValidatorType<T> |
validatorExtension()
Sets the
validator-extension element |
FacesConfigValidatorType<T> |
validatorId(String validatorId)
Sets the
validator-id element |
FacesConfigValidatorType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFacesConfigValidatorTypeList<String> getAllDescription()
description elementsdescriptionFacesConfigValidatorType<T> removeAllDescription()
description elementFacesConfigValidatorTypeFacesConfigValidatorType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFacesConfigValidatorTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFacesConfigValidatorType<T> removeAllDisplayName()
display-name elementFacesConfigValidatorTypeIconType<FacesConfigValidatorType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FacesConfigValidatorType<T>> createIcon()
icon elementIconType> List<IconType<FacesConfigValidatorType<T>>> getAllIcon()
icon elementsiconFacesConfigValidatorType<T> removeAllIcon()
icon elementsIconType> FacesConfigValidatorType<T> validatorId(String validatorId)
validator-id elementvalidatorId - the value for the element validator-idFacesConfigValidatorTypeString getValidatorId()
validator-id elementvalidator-idFacesConfigValidatorType<T> removeValidatorId()
validator-id elementFacesConfigValidatorTypeFacesConfigValidatorType<T> validatorClass(String validatorClass)
validator-class elementvalidatorClass - the value for the element validator-classFacesConfigValidatorTypeString getValidatorClass()
validator-class elementvalidator-classFacesConfigValidatorType<T> removeValidatorClass()
validator-class elementFacesConfigValidatorTypeFacesConfigAttributeType<FacesConfigValidatorType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeFacesConfigAttributeType<FacesConfigValidatorType<T>> createAttribute()
attribute elementFacesConfigAttributeType> List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> getAllAttribute()
attribute elementsattributeFacesConfigValidatorType<T> removeAllAttribute()
attribute elementsFacesConfigAttributeType> FacesConfigPropertyType<FacesConfigValidatorType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyFacesConfigPropertyType<FacesConfigValidatorType<T>> createProperty()
property elementFacesConfigPropertyType> List<FacesConfigPropertyType<FacesConfigValidatorType<T>>> getAllProperty()
property elementspropertyFacesConfigValidatorType<T> removeAllProperty()
property elementsFacesConfigPropertyType> FacesConfigValidatorType<T> validatorExtension()
validator-extension elementFacesConfigValidatorTypeBoolean isValidatorExtension()
validator-extension elementFacesConfigValidatorTypeFacesConfigValidatorType<T> removeValidatorExtension()
validator-extension elementFacesConfigValidatorTypeFacesConfigValidatorType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigValidatorTypeString getId()
id attributeidFacesConfigValidatorType<T> removeId()
id attributeFacesConfigValidatorTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.