Interface PropertyHeaderPrinter


public interface PropertyHeaderPrinter
Experimental, not yet stable API.

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

  • Method Details

    • printHeader

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

      static String defaultHeader(PropertyContext ctx)