public interface FacesConfigValidatorType<T> extends Child<T>
faces-config-validatorType
xsd typeType | Property and Description |
---|---|
FacesConfigPropertyType<FacesConfigValidatorType<T>> |
create
Creates a new
property element |
FacesConfigValidatorType<T> |
removeAll
Removes all
property elements |
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 |
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 |
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> |
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 |
property
elementFacesConfigPropertyType>
property
elementsFacesConfigPropertyType>
FacesConfigValidatorType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFacesConfigValidatorType
List<String> getAllDescription()
description
elementsdescription
FacesConfigValidatorType<T> removeAllDescription()
description
elementFacesConfigValidatorType
FacesConfigValidatorType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigValidatorType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigValidatorType<T> removeAllDisplayName()
display-name
elementFacesConfigValidatorType
IconType<FacesConfigValidatorType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigValidatorType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigValidatorType<T>>> getAllIcon()
icon
elementsicon
FacesConfigValidatorType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigValidatorType<T> validatorId(String validatorId)
validator-id
elementvalidatorId
- the value for the element validator-id
FacesConfigValidatorType
String getValidatorId()
validator-id
elementvalidator-id
FacesConfigValidatorType<T> removeValidatorId()
validator-id
elementFacesConfigValidatorType
FacesConfigValidatorType<T> validatorClass(String validatorClass)
validator-class
elementvalidatorClass
- the value for the element validator-class
FacesConfigValidatorType
String getValidatorClass()
validator-class
elementvalidator-class
FacesConfigValidatorType<T> removeValidatorClass()
validator-class
elementFacesConfigValidatorType
FacesConfigAttributeType<FacesConfigValidatorType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.attribute
FacesConfigAttributeType<FacesConfigValidatorType<T>> createAttribute()
attribute
elementFacesConfigAttributeType>
List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> getAllAttribute()
attribute
elementsattribute
FacesConfigValidatorType<T> removeAllAttribute()
attribute
elementsFacesConfigAttributeType>
FacesConfigPropertyType<FacesConfigValidatorType<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
FacesConfigPropertyType<FacesConfigValidatorType<T>> createProperty()
property
elementFacesConfigPropertyType>
List<FacesConfigPropertyType<FacesConfigValidatorType<T>>> getAllProperty()
property
elementsproperty
FacesConfigValidatorType<T> removeAllProperty()
property
elementsFacesConfigPropertyType>
FacesConfigValidatorType<T> validatorExtension()
validator-extension
elementFacesConfigValidatorType
Boolean isValidatorExtension()
validator-extension
elementFacesConfigValidatorType
FacesConfigValidatorType<T> removeValidatorExtension()
validator-extension
elementFacesConfigValidatorType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.