Class PrettyPrinter

java.lang.Object
org.vaadin.firitin.rad.PrettyPrinter

public class PrettyPrinter extends Object
Experimental feature, API/naming might change.
  • Constructor Details

    • PrettyPrinter

      public PrettyPrinter()
    • PrettyPrinter

      public PrettyPrinter(List<PropertyPrinter> propertyPrinters)
  • Method Details

    • getDefaultPropertyPrinters

      public static List<PropertyPrinter> getDefaultPropertyPrinters()
    • toVaadin

      public static com.vaadin.flow.component.Component toVaadin(Object value)
    • getPropertyPrinters

      public List<PropertyPrinter> getPropertyPrinters()
    • printToVaadin

      public com.vaadin.flow.component.Component printToVaadin(Object value)
    • withPropertyPrinter

      public PrettyPrinter withPropertyPrinter(PropertyPrinter printer)
    • withPropertyHeaderPrinter

      public PrettyPrinter withPropertyHeaderPrinter(PropertyHeaderPrinter printer)
    • getLocale

      public Locale getLocale()
    • setLocale

      public void setLocale(Locale locale)