Uses of Interface
org.vaadin.firitin.rad.PropertyPrinter
Packages that use PropertyPrinter
Package
Description
Contains the RAD (Rapid Application Development) tools for Vaadin.
-
Uses of PropertyPrinter in org.vaadin.firitin.rad
Methods in org.vaadin.firitin.rad that return types with arguments of type PropertyPrinterModifier and TypeMethodDescriptionstatic List<PropertyPrinter>AutoFormContext.getDefaultPropertyPrinters()static List<PropertyPrinter>DtoDisplay.getDefaultPropertyPrinters()static List<PropertyPrinter>PrettyPrinter.getDefaultPropertyPrinters()AutoFormContext.getPropertyPrinters()PrettyPrinter.getPropertyPrinters()Methods in org.vaadin.firitin.rad with parameters of type PropertyPrinterModifier 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) Constructor parameters in org.vaadin.firitin.rad with type arguments of type PropertyPrinterModifierConstructorDescriptionAutoFormContext(List<PropertyPrinter> propertyPrinters) DtoDisplay(List<PropertyPrinter> propertyPrinters, ValueContext context) PrettyPrinter(List<PropertyPrinter> propertyPrinters)