Uses of Class
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.DetailEscapePressEvent
Packages that use MasterDetailLayout.DetailEscapePressEvent
-
Uses of MasterDetailLayout.DetailEscapePressEvent in com.vaadin.flow.component.masterdetaillayout
Method parameters in com.vaadin.flow.component.masterdetaillayout with type arguments of type MasterDetailLayout.DetailEscapePressEventModifier and TypeMethodDescriptionMasterDetailLayout.addDetailEscapePressListener(ComponentEventListener<MasterDetailLayout.DetailEscapePressEvent> listener) Adds a listener for when the Escape key is pressed within the details area.