Uses of Class
com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Packages that use GeneratedVaadinSplitLayout Package Description com.vaadin.flow.component.splitlayout -
-
Uses of GeneratedVaadinSplitLayout in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout with type parameters of type GeneratedVaadinSplitLayout Modifier and Type Class Description class
GeneratedVaadinSplitLayout<R extends GeneratedVaadinSplitLayout<R>>
Deprecated.since v23.3, generated classes will be removed in v24.static class
GeneratedVaadinSplitLayout.IronResizeEvent<R extends GeneratedVaadinSplitLayout<R>>
Deprecated.since v23.3, generated classes will be removed in v24.static class
GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends GeneratedVaadinSplitLayout<R>>
Deprecated.since v23.3, generated classes will be removed in v24.static class
SplitLayout.SplitterDragendEvent<T extends GeneratedVaadinSplitLayout<T>>
Subclasses of GeneratedVaadinSplitLayout in com.vaadin.flow.component.splitlayout Modifier and Type Class Description class
SplitLayout
Split Layout is a component with two content areas and a draggable split handle between them.
-