Class ValidationTestView

All Implemented Interfaces:
AttachNotifier, ClickNotifier<Div>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasOrderedComponents, HasSize, HasStyle, HasText, Serializable

public abstract class ValidationTestView extends Div
Abstract view class for testing validation with components that implement HasValidation.
Since:
1.0
See Also:
  • Constructor Details

    • ValidationTestView

      public ValidationTestView()
      Default constructor.
  • Method Details

    • getValidationComponent

      protected abstract HasValidation getValidationComponent()
      Gets the component to be tested.
      Returns:
      a component that implements HasValidation