Class UniqueClientFormTheme

All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator

public class UniqueClientFormTheme extends AUniqueNameValidator<ClientFormTheme> implements Serializable
Validator that ensures the name of a ClientFormTheme is unique amongst all other themes of the same client.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UniqueClientFormTheme

      public UniqueClientFormTheme()
      Creates a new validator that ensure the name of ClientFormTheme is unique amongst all other themes of the same client.