Uses of Class
com.vaadin.flow.component.splitlayout.SplitLayout
-
Packages that use SplitLayout Package Description com.vaadin.flow.component.splitlayout -
-
Uses of SplitLayout in com.vaadin.flow.component.splitlayout
Method parameters in com.vaadin.flow.component.splitlayout with type arguments of type SplitLayout Modifier and Type Method Description protected RegistrationGeneratedVaadinSplitLayout. addSplitterDragendListener(ComponentEventListener<SplitLayout.SplitterDragendEvent<SplitLayout>> listener)Deprecated.since v23.3, generated classes will be removed in v24.RegistrationSplitLayout. addSplitterDragendListener(ComponentEventListener<SplitLayout.SplitterDragendEvent<SplitLayout>> listener)Adds a listener for thesplitter-dragendevent, which is fired when the user has stopped resizing the splitter with drag and drop.
-