Uses of Interface
org.vaadin.firitin.rad.PropertyPrinter
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of PropertyPrinter in org.vaadin.firitin.rad
Modifier and TypeMethodDescriptionstatic List
<PropertyPrinter> AutoFormContext.getDefaultPropertyPrinters()
static List
<PropertyPrinter> DtoDisplay.getDefaultPropertyPrinters()
static List
<PropertyPrinter> PrettyPrinter.getDefaultPropertyPrinters()
AutoFormContext.getPropertyPrinters()
PrettyPrinter.getPropertyPrinters()
Modifier and TypeMethodDescriptionAutoFormContext.withPropertyEditor
(PropertyPrinter propertyEditor) Registers a custom property editor that can be used to edit a property of a bean.DtoDisplay.withPropertyPrinter
(PropertyPrinter printer) PrettyPrinter.withPropertyPrinter
(PropertyPrinter printer) ModifierConstructorDescriptionAutoFormContext
(List<PropertyPrinter> propertyPrinters) DtoDisplay
(List<PropertyPrinter> propertyPrinters, ValueContext context) PrettyPrinter
(List<PropertyPrinter> propertyPrinters)