Package org.vaadin.firitin.rad
Interface PropertyPrinter
public interface PropertyPrinter
Experimental, not yet stable API.
TODO, figure out if this could be useful even without Vaadin dependencies.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringcom.vaadin.flow.component.ComponentprintValue(ValueContext ctx) Prints the value of the property.
-
Method Details
-
printValue
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
-