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 String
com.vaadin.flow.component.Component
printValue
(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
-