Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addBackdropClickListener(ComponentEventListener<MasterDetailLayout.BackdropClickEvent>) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Adds a listener for when the backdrop of the details overlay is clicked.
- addDetailEscapePressListener(ComponentEventListener<MasterDetailLayout.DetailEscapePressEvent>) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Adds a listener for when the Escape key is pressed within the details area.
B
- BackdropClickEvent(MasterDetailLayout, boolean) - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.BackdropClickEvent
C
- com.vaadin.flow.component.masterdetaillayout - package com.vaadin.flow.component.masterdetaillayout
D
- DETAIL_PLACEHOLDER_SLOT - Static variable in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
- DetailEscapePressEvent(MasterDetailLayout, boolean) - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.DetailEscapePressEvent
E
- ExperimentalFeatureException - Exception Class in com.vaadin.flow.component.masterdetaillayout
-
An exception which is thrown when somebody attempts to use the
MasterDetailLayoutcomponent without activating the associated feature flag first. - ExperimentalFeatureException() - Constructor for exception class com.vaadin.flow.component.masterdetaillayout.ExperimentalFeatureException
G
- getDetail() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the component currently in the detail area.
- getDetailPlaceholder() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the component currently in the detail placeholder area.
- getDetailSize() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the size of the detail area.
- getMaster() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the component currently in the master area.
- getMasterSize() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the size of the master area.
- getOrientation() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the orientation of the layout.
- getOverlayContainment() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the overlay containment of the layout.
- getOverlaySize() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets the size of the detail area when shown as an overlay.
H
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Orientation
I
- isAnimationEnabled() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets whether the layout animation is enabled.
- isExpandDetail() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets whether the detail area expands to fill available space.
- isExpandMaster() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets whether the master area expands to fill available space.
- isForceOverlay() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Gets whether the layout forces the detail area to be shown as an overlay, even if there is enough space for master and detail to be shown next to each other using the default (split) mode.
L
- LAYOUT - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayContainment
M
- MASTER_SLOT - Static variable in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
- MasterDetailLayout - Class in com.vaadin.flow.component.masterdetaillayout
-
MasterDetailLayout is a component for building UIs with a master (or primary) area and a detail (or secondary) area that is displayed next to, or overlaid on top of, the master area, depending on configuration and viewport size.
- MasterDetailLayout() - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Creates an empty Master Detail Layout.
- MasterDetailLayout(float, Unit, float, Unit) - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Creates a Master Detail Layout with the given master and detail sizes.
- MasterDetailLayout(String, String) - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Creates a Master Detail Layout with the given master and detail sizes.
- MasterDetailLayout.BackdropClickEvent - Class in com.vaadin.flow.component.masterdetaillayout
-
Event that is fired when the backdrop of the details overlay is clicked.
- MasterDetailLayout.DetailEscapePressEvent - Class in com.vaadin.flow.component.masterdetaillayout
-
Event that is fired when the Escape key is pressed within the details area.
- MasterDetailLayout.Orientation - Enum Class in com.vaadin.flow.component.masterdetaillayout
-
Supported orientation values for
MasterDetailLayout. - MasterDetailLayout.OverlayContainment - Enum Class in com.vaadin.flow.component.masterdetaillayout
-
Supported overlay containment values for
MasterDetailLayout.
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
P
- PAGE - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayContainment
R
- removeRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
S
- setAnimationEnabled(boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets whether the layout animation is enabled.
- setDetail(Component) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the component to be displayed in the detail area.
- setDetailPlaceholder(Component) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the component to be displayed in the detail placeholder area.
- setDetailSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area in CSS length units.
- setDetailSize(float, Unit, boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area in CSS length units and whether the detail area expands to fill available space.
- setDetailSize(float, Unit, boolean, float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area, whether the detail area expands to fill available space, and the size of the detail area when shown as an overlay.
- setDetailSize(float, Unit, float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area and the size of the detail area when shown as an overlay, both in CSS length units.
- setDetailSize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area in CSS length units.
- setDetailSize(String, boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area in CSS length units and whether the detail area expands to fill available space.
- setDetailSize(String, boolean, String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area in CSS length units, whether the detail area expands to fill available space, and the size of the detail area when shown as an overlay.
- setDetailSize(String, String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area and the size of the detail area when shown as an overlay, both in CSS length units.
- setExpandDetail(boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets whether the detail area expands to fill available space.
- setExpandMaster(boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets whether the master area expands to fill available space.
- setForceOverlay(boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets whether the layout forces the detail area to be shown as an overlay, even if there is enough space for master and detail to be shown next to each other using the default (split) mode.
- setMaster(Component) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the component to be displayed in the master area.
- setMasterSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the master area in CSS length units.
- setMasterSize(float, Unit, boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the master area in CSS length units and whether the master area expands to fill available space.
- setMasterSize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the master area in CSS length units.
- setMasterSize(String, boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the master area in CSS length units and whether the master area expands to fill available space.
- setOrientation(MasterDetailLayout.Orientation) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the orientation of the layout.
- setOverlayContainment(MasterDetailLayout.OverlayContainment) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the containment of the detail area when the layout is in overlay mode.
- setOverlaySize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area when shown as an overlay.
- setOverlaySize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
-
Sets the size of the detail area when shown as an overlay.
- showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayContainment
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayContainment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Orientation
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form