Example usage for com.vaadin.event Action.ShortcutNotifier interface-usage

List of usage examples for com.vaadin.event Action.ShortcutNotifier interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event Action.ShortcutNotifier interface-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.CubaGrid.java

public class CubaGrid extends Grid implements Action.ShortcutNotifier {

    protected CubaGridEditorFieldFactory editorFieldFactory;

    protected Collection<Field<?>> editorFields = new ArrayList<>();

From source file com.haulmont.cuba.web.widgets.CubaGrid.java

public class CubaGrid extends Grid implements Action.ShortcutNotifier {

    protected CubaGridEditorFieldFactory editorFieldFactory;

    protected Collection<Field<?>> editorFields = new ArrayList<>();