List of usage examples for com.vaadin.ui Component.ShortcutNotifier interface-usage
From source file com.haulmont.cuba.web.gui.components.WebAbstractOrderedLayout.java
public class WebAbstractOrderedLayout<T extends com.vaadin.ui.CssLayout> extends WebAbstractComponent<T> implements Component.OrderedContainer, Component.BelongToFrame, Component.HasCaption, Component.HasIcon, Component.LayoutClickNotifier, Component.ShortcutNotifier { protected List<Component> ownComponents = new ArrayList<>(); protected LayoutEvents.LayoutClickListener layoutClickListener;