Interface HasFormNoValidate

All Known Implementing Classes:
AbstractFormatingTextBox, AbstractMinMaxTextBox, CheckBox, ColorBox, CurrencyBigDecimalBox, CurrencyDoubleBox, DateBox, DateBoxLocalDate, DateTimeLocalBox, DateTimeLocalBoxLocalDateTime, DecimalBigDecimalBox, DecimalDoubleBox, DynamicInputWidget, EmailTextBox, IbanTextBox, IntegerBox, IntegerBoxWithoutSeparator, Isbn10TextBox, Isbn13TextBox, IsbnTextBox, LongBox, LongBoxWithoutSeparator, MonthBox, PasswordTextBox, PercentBigDecimalBox, PercentDoubleBox, PostalCodeTextBox, RadioButton, RangeBox, RegExCheckedTextBox, SearchTextBox, TaxNumberTextBox, TextArea, TextBox, TextBoxBase, TextBoxWithFormating, TimeBox, TimeBoxLocalTime, TinTextBox, UrlTextBox, ValueBox, ValueBoxBaseWithEditorErrors, VatIdTextBox

public interface HasFormNoValidate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check if validation of the widget is enabled (doesn't affect bean validation).
    void
    setFormNoValidate(boolean arg)
    enable/disable validation of the widget (doesn't affect bean validation).
  • Method Details

    • isFormNoValidate

      boolean isFormNoValidate()
      check if validation of the widget is enabled (doesn't affect bean validation).
      Returns:
      true if validation is disabled
    • setFormNoValidate

      void setFormNoValidate(boolean arg)
      enable/disable validation of the widget (doesn't affect bean validation).
      Parameters:
      arg - true if validation should be disabled