Class VSplitLayout

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.splitlayout.SplitLayout

        com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
      • Nested classes/interfaces inherited from class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout

        com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent<R extends com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout<R>>, com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout<R>>
    • Constructor Summary

      Constructors 
      Constructor Description
      VSplitLayout()  
      VSplitLayout​(com.vaadin.flow.component.Component primaryComponent, com.vaadin.flow.component.Component secondaryComponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VSplitLayout withOrientation​(com.vaadin.flow.component.splitlayout.SplitLayout.Orientation orientation)  
      VSplitLayout withPrimaryStyle​(String styleName, String value)  
      VSplitLayout withSecondaryStyle​(String styleName, String value)  
      VSplitLayout withSplitterDragendListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent<com.vaadin.flow.component.splitlayout.SplitLayout>> listener)  
      VSplitLayout withSplitterPosition​(double position)  
      VSplitLayout withThemeVariants​(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants)  
      VSplitLayout withToPrimary​(com.vaadin.flow.component.Component... components)  
      VSplitLayout withToSecondary​(com.vaadin.flow.component.Component... components)  
      • Methods inherited from class com.vaadin.flow.component.splitlayout.SplitLayout

        addSplitterDragendListener, addToPrimary, addToSecondary, getOrientation, getPrimaryComponent, getSecondaryComponent, remove, removeAll, setOrientation, setPrimaryStyle, setSecondaryStyle, setSplitterPosition
      • Methods inherited from class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout

        addIronResizeListener, addThemeVariants, getOrientationString, removeThemeVariants, setOrientation
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.ClickNotifier

        addClickListener, addClickShortcut
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasTheme

        addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
    • Constructor Detail

      • VSplitLayout

        public VSplitLayout()
      • VSplitLayout

        public VSplitLayout​(com.vaadin.flow.component.Component primaryComponent,
                            com.vaadin.flow.component.Component secondaryComponent)
    • Method Detail

      • withOrientation

        public VSplitLayout withOrientation​(com.vaadin.flow.component.splitlayout.SplitLayout.Orientation orientation)
      • withToPrimary

        public VSplitLayout withToPrimary​(com.vaadin.flow.component.Component... components)
      • withToSecondary

        public VSplitLayout withToSecondary​(com.vaadin.flow.component.Component... components)
      • withSplitterPosition

        public VSplitLayout withSplitterPosition​(double position)
      • withSplitterDragendListener

        public VSplitLayout withSplitterDragendListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent<com.vaadin.flow.component.splitlayout.SplitLayout>> listener)
      • withThemeVariants

        public VSplitLayout withThemeVariants​(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants)