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

      com.vaadin.flow.component.Component printValue(ValueContext ctx)
      Prints the value of the property.
      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 String getPropertyHeader(ValueContext ctx)