Interface HasFormNoValidate
-
- All Known Implementing Classes:
AbstractFormatingTextBox,AbstractMinMaxTextBox,AbstractWebShimedMinMaxTextBox,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFormNoValidate()check if validation of the widget is enabled (doesn't affect bean validation).voidsetFormNoValidate(boolean arg)enable/disable validation of the widget (doesn't affect bean validation).
-
-
-
Method Detail
-
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
-
-