Uses of Class
com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent
Packages that use SplitLayout.SplitterDragendEvent
-
Uses of SplitLayout.SplitterDragendEvent in com.vaadin.flow.component.splitlayout
Method parameters in com.vaadin.flow.component.splitlayout with type arguments of type SplitLayout.SplitterDragendEventModifier and TypeMethodDescriptionSplitLayout.addSplitterDragendListener
(ComponentEventListener<SplitLayout.SplitterDragendEvent> listener) Adds a listener for thesplitter-dragend
event, which is fired when the user has stopped resizing the splitter with drag and drop.