Interface DemoHelperViewer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DialogDemoHelperViewer
Implementations of this interface can be used to display content rendered by
DemoHelperRenderer.-
Method Summary
Modifier and TypeMethodDescriptionvoidshow(com.vaadin.flow.component.Component content) Shows help content.
-
Method Details
-
show
void show(com.vaadin.flow.component.Component content) Shows help content.- Parameters:
content-
-