Interface PropertyPrinter
public interface PropertyPrinter
Experimental, not yet stable API.
TODO, figure out if this could be useful even without Vaadin dependencies.
-
Method Summary
-
Method Details
-
printValue
Prints the value of the property. The value can be simple string or a more complex VaadinComponent
.- 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
-