Uses of Class
com.storedobject.vaadin.Svg.ClickEvent
Packages that use Svg.ClickEvent
-
Uses of Svg.ClickEvent in com.storedobject.vaadin
Method parameters in com.storedobject.vaadin with type arguments of type Svg.ClickEventModifier and TypeMethodDescriptionfinal com.vaadin.flow.shared.RegistrationSvg.addClickListener(Node node, com.vaadin.flow.component.ComponentEventListener<Svg.ClickEvent> listener) Adds a click listener for the specified node.final voidSvg.setClickPopup(Node node, Function<Svg.ClickEvent, com.vaadin.flow.component.Component> clickPopupProvider) Associates a click popup with the specified SVG node.