Index

A B C D E G H I L M O R S V 
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

DetailEscapePressEvent(MasterDetailLayout, boolean) - Constructor for class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.DetailEscapePressEvent
 
DRAWER - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayMode
 

E

ExperimentalFeatureException - Exception Class in com.vaadin.flow.component.masterdetaillayout
An exception which is thrown when somebody attempts to use the MasterDetailLayout component without activating the associated feature flag first.
ExperimentalFeatureException() - Constructor for exception class com.vaadin.flow.component.masterdetaillayout.ExperimentalFeatureException
 

G

getContainment() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets the containment of the layout.
getDetail() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets the component currently in the detail area.
getDetailMinSize() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets the minimum size of the detail 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.
getMasterMinSize() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets the minimum size of 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.
getOverlayMode() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets the overlay mode of the layout.

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.
isForceOverlay() - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Gets whether the layout overlay mode is enforced.

L

LAYOUT - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Containment
 

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.BackdropClickEvent - Class in com.vaadin.flow.component.masterdetaillayout
Event that is fired when the backdrop of the details overlay is clicked.
MasterDetailLayout.Containment - Enum Class in com.vaadin.flow.component.masterdetaillayout
Supported containment values for MasterDetailLayout.
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.OverlayMode - Enum Class in com.vaadin.flow.component.masterdetaillayout
Supported overlay mode 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
 

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.
setContainment(MasterDetailLayout.Containment) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the containment of the layout.When set to MasterDetailLayout.Containment.LAYOUT, the overlay is confined to the layout.
setDetail(Component) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the component to be displayed in the detail area.
setDetailMinSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the minimum size of the detail area in CSS length units.
setDetailMinSize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the minimum size of the detail area in CSS length units.
setDetailSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the size of the detail area 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.
setForceOverlay(boolean) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets whether the layout overlay mode is enforced.
setMaster(Component) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the component to be displayed in the master area.
setMasterMinSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the minimum size of the master area in CSS length units.
setMasterMinSize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the minimum size of the master area in CSS length units.
setMasterSize(float, Unit) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the size of the master area in CSS length units.
setMasterSize(String) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the size of the master area in CSS length units.
setOrientation(MasterDetailLayout.Orientation) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the orientation of the layout.
setOverlayMode(MasterDetailLayout.OverlayMode) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
Sets the overlay mode of the layout.
showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout
 
STACK - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayMode
 

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Containment
Returns the enum constant of this class with the specified name.
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.OverlayMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Containment
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.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.OverlayMode
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
 
VIEWPORT - Enum constant in enum class com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Containment
 
A B C D E G H I L M O R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form