Class VSplitLayout
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout<com.vaadin.flow.component.splitlayout.SplitLayout>
-
- com.vaadin.flow.component.splitlayout.SplitLayout
-
- org.vaadin.firitin.components.splitlayout.VSplitLayout
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.splitlayout.SplitLayout>,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.HasTheme,Serializable,FluentAttachNotifier<VSplitLayout>,FluentClickNotifier<com.vaadin.flow.component.splitlayout.SplitLayout,VSplitLayout>,FluentComponent<VSplitLayout>,FluentDetachNotifier<VSplitLayout>,FluentHasSize<VSplitLayout>,FluentHasStyle<VSplitLayout>,FluentHasTheme<VSplitLayout>
public class VSplitLayout extends com.vaadin.flow.component.splitlayout.SplitLayout implements FluentComponent<VSplitLayout>, FluentHasStyle<VSplitLayout>, FluentHasSize<VSplitLayout>, FluentClickNotifier<com.vaadin.flow.component.splitlayout.SplitLayout,VSplitLayout>, FluentHasTheme<VSplitLayout>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.flow.component.splitlayout.SplitLayout
com.vaadin.flow.component.splitlayout.SplitLayout.Orientation, com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent<T extends com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout<T>>
-
-
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 VSplitLayoutwithOrientation(com.vaadin.flow.component.splitlayout.SplitLayout.Orientation orientation)VSplitLayoutwithPrimaryStyle(String styleName, String value)VSplitLayoutwithSecondaryStyle(String styleName, String value)VSplitLayoutwithSplitterDragendListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent<com.vaadin.flow.component.splitlayout.SplitLayout>> listener)VSplitLayoutwithSplitterPosition(double position)VSplitLayoutwithThemeVariants(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants)VSplitLayoutwithToPrimary(com.vaadin.flow.component.Component... components)VSplitLayoutwithToSecondary(com.vaadin.flow.component.Component... components)-
Methods inherited from class com.vaadin.flow.component.splitlayout.SplitLayout
addSplitterDragendListener, addThemeVariants, addToPrimary, addToSecondary, getOrientation, getPrimaryComponent, getSecondaryComponent, remove, removeAll, removeThemeVariants, setOrientation, setPrimaryStyle, setSecondaryStyle, setSplitterPosition
-
Methods inherited from class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
addIronResizeListener, getOrientationString, setOrientation
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
withAttachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentClickNotifier
withClickListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent
setId, setVisible, withId, withVisible
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
withDetachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasSize
withFullHeight, withFullWidth, withHeight, withMaxHeight, withMaxSize, withMaxWidth, withMinHeight, withMinSize, withMinWidth, withSize, withSizeFull, withSizeUndefined, withWidth
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle
withAddedClassName, withClassName, withStyle
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasTheme
withThemeNames
-
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
-
-
-
-
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.SplitLayout.SplitterDragendEvent<com.vaadin.flow.component.splitlayout.SplitLayout>> listener)
-
withThemeVariants
public VSplitLayout withThemeVariants(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants)
-
withPrimaryStyle
public VSplitLayout withPrimaryStyle(String styleName, String value)
-
withSecondaryStyle
public VSplitLayout withSecondaryStyle(String styleName, String value)
-
-