Package de.xima.fc.gui.validator.name
Class UniqueClientFormTheme
- java.lang.Object
-
- de.xima.fc.gui.validator.name.AUniqueBeanFieldValidator<TEntity,TField>
-
- de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator<TEntity,String>
-
- de.xima.fc.gui.validator.name.AUniqueStringFieldValidator<TEntity>
-
- de.xima.fc.gui.validator.name.AUniqueNameValidator<ClientFormTheme>
-
- de.xima.fc.gui.validator.name.UniqueClientFormTheme
-
- All Implemented Interfaces:
Serializable
,EventListener
,javax.faces.validator.Validator
public class UniqueClientFormTheme extends AUniqueNameValidator<ClientFormTheme> implements Serializable
Validator that ensures the name of aClientFormTheme
is unique amongst all other themes of the sameclient
.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.validator.name.AUniqueStringFieldValidator
ignoreCase
-
Fields inherited from class de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator
ATTR_VALUE
-
Fields inherited from class de.xima.fc.gui.validator.name.AUniqueBeanFieldValidator
beanClass, fieldClass
-
-
Constructor Summary
Constructors Constructor Description UniqueClientFormTheme()
Creates a new validator that ensure the name ofClientFormTheme
is unique amongst all other themes of the sameclient
.
-
Method Summary
-
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueNameValidator
addSearch
-
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueStringFieldValidator
convertValue, hasValue
-
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator
addScope, hasDuplicates
-
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueBeanFieldValidator
createError, createError, findBean, getValueExpressionBase, validate
-
-
-
-
Constructor Detail
-
UniqueClientFormTheme
public UniqueClientFormTheme()
Creates a new validator that ensure the name ofClientFormTheme
is unique amongst all other themes of the sameclient
.
-
-