List of usage examples for com.vaadin.event Action.ShortcutNotifier interface-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<>();