Class VSplitLayout
java.lang.Object
com.vaadin.flow.component.Component
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
,com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.splitlayout.SplitLayoutVariant>
,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:
-
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
-
Constructor Summary
ConstructorDescriptionVSplitLayout
(com.vaadin.flow.component.Component primaryComponent, com.vaadin.flow.component.Component secondaryComponent) -
Method Summary
Modifier and TypeMethodDescriptionwithOrientation
(com.vaadin.flow.component.splitlayout.SplitLayout.Orientation orientation) withPrimaryStyle
(String styleName, String value) withSecondaryStyle
(String styleName, String value) withSplitterDragendListener
(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent> listener) withSplitterPosition
(double position) withThemeVariants
(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants) withToPrimary
(com.vaadin.flow.component.Component... components) withToSecondary
(com.vaadin.flow.component.Component... components) Methods inherited from class com.vaadin.flow.component.splitlayout.SplitLayout
addSplitterDragendListener, addToPrimary, addToSecondary, getOrientation, getPrimaryComponent, getSecondaryComponent, getSplitterPosition, remove, removeAll, setOrientation, setPrimaryStyle, setSecondaryStyle, setSplitterPosition
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, removeFromParent, scrollIntoView, 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.AttachNotifier
addAttachListener
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut, addDoubleClickListener, addSingleClickListener
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
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.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
Methods inherited from interface com.vaadin.flow.component.shared.HasThemeVariant
addThemeVariants, removeThemeVariants
-
Constructor Details
-
VSplitLayout
public VSplitLayout() -
VSplitLayout
public VSplitLayout(com.vaadin.flow.component.Component primaryComponent, com.vaadin.flow.component.Component secondaryComponent)
-
-
Method Details
-
withOrientation
public VSplitLayout withOrientation(com.vaadin.flow.component.splitlayout.SplitLayout.Orientation orientation) -
withToPrimary
-
withToSecondary
-
withSplitterPosition
-
withSplitterDragendListener
public VSplitLayout withSplitterDragendListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent> listener) -
withThemeVariants
public VSplitLayout withThemeVariants(com.vaadin.flow.component.splitlayout.SplitLayoutVariant... variants) -
withPrimaryStyle
-
withSecondaryStyle
-