Uses of Class
com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent
-
-
Uses of GeneratedVaadinSplitLayout.SplitterDragendEvent in com.vaadin.flow.component.splitlayout
Method parameters in com.vaadin.flow.component.splitlayout with type arguments of type GeneratedVaadinSplitLayout.SplitterDragendEvent Modifier and Type Method Description protected com.vaadin.flow.shared.RegistrationGeneratedVaadinSplitLayout. addSplitterDragendListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<R>> listener)Adds a listener forsplitter-dragendevents fired by the webcomponent.com.vaadin.flow.shared.RegistrationSplitLayout. addSplitterDragendListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<SplitLayout>> listener)Adds a listener for thesplitter-dragendevent, which is fired when the user has stopped resizing the splitter with drag and drop.
-