Annotation Interface DemoHelper
Annotation to be place in views having an associated
DemoHelperRenderer.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends DemoHelperRenderer>Demo helper renderer class -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptioncom.vaadin.flow.component.icon.VaadinIconDemo helper button iconDemo helper button tooltip text
-
Element Details
-
renderer
Class<? extends DemoHelperRenderer> rendererDemo helper renderer class
-
-
-
icon
com.vaadin.flow.component.icon.VaadinIcon iconDemo helper button icon- Default:
- QUESTION_CIRCLE_O
-
tooltipText
String tooltipTextDemo helper button tooltip text- Default:
- ""
-