Class ReadOnlyPageFieldValidator

java.lang.Object
com.aquima.interactions.portal.model.session.page.EventValueValidator
com.aquima.interactions.portal.model.session.page.ReadOnlyPageFieldValidator
All Implemented Interfaces:
IVisitor

public class ReadOnlyPageFieldValidator extends EventValueValidator
Validate all expanded fields, even the read-only fields. This is required to maintain correct MenuItem error-reporting. Because the Applicability Class is created internally in EventValueValidator, it cannot be changed and this subclass was created with its own version of ValidationApplicability class. This needs to be solved differently.
Author:
o.de.groote
  • Constructor Details