Uses of Class
org.vaadin.firitin.rad.AutoFormContext
Packages that use AutoFormContext
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of AutoFormContext in org.vaadin.firitin.rad
Methods in org.vaadin.firitin.rad that return AutoFormContextModifier and TypeMethodDescriptionAutoFormContext.disableBeanValidation()Disables the default bean validation.AutoFormContext.withPropertyEditor(Class<?> propertyType, Class<? extends com.vaadin.flow.component.HasValue> editorType) Registers a custom property editor that can be used to edit a property of a bean.AutoFormContext.withPropertyEditor(PropertyPrinter propertyEditor) Registers a custom property editor that can be used to edit a property of a bean.AutoFormContext.withPropertyHeaderPrinter(PropertyHeaderPrinter printer) AutoFormContext.withTranslationProvider(FormTranslationProvider translationProvider) Sets a translation provider for localizing form labels, buttons, enum values, and dialog titles.