Uses of Interface
org.vaadin.firitin.rad.PropertyPrinter
Packages that use PropertyPrinter
-
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>DtoDisplay.getDefaultPropertyPrinters()static List<PropertyPrinter>PrettyPrinter.getDefaultPropertyPrinters()PrettyPrinter.getPropertyPrinters()Methods in org.vaadin.firitin.rad with parameters of type PropertyPrinterModifier and TypeMethodDescriptionDtoDisplay.withPropertyPrinter(PropertyPrinter printer) PrettyPrinter.withPropertyPrinter(PropertyPrinter printer) Constructor parameters in org.vaadin.firitin.rad with type arguments of type PropertyPrinterModifierConstructorDescriptionDtoDisplay(List<PropertyPrinter> propertyPrinters, ValueContext context) PrettyPrinter(List<PropertyPrinter> propertyPrinters)