Interface PropertyPrinter


public interface PropertyPrinter
Experimental, not yet stable API.

TODO, figure out if this could be useful even without Vaadin dependencies.

  • Method Details

    • printValue

      Object printValue(PropertyContext ctx)
      Prints the value of the property. The value can be simple string or a more complex Vaadin Component.
      Parameters:
      ctx - the value context
      Returns:
      the component representing the property value or null if this printer does not know how to print the value
    • getPropertyHeader

      default Object getPropertyHeader(PropertyContext ctx)