Example usage for com.vaadin.client.widget.grid.events BodyKeyDownHandler interface-usage

List of usage examples for com.vaadin.client.widget.grid.events BodyKeyDownHandler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.client.widget.grid.events BodyKeyDownHandler interface-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.renderers.componentrenderer.componentcellkey.EnterKeyDownHandler.java

/**
 * Handles pressing the ENTER key by setting the focus to the
 * component inside the cell.
 *
 * If the component contains an input field, the input field is
 * focused, so the value can be changed right away.

From source file com.haulmont.cuba.web.toolkit.ui.client.renderers.componentrenderer.detailskeys.DetailsKeyDownHandler.java

/**
 * Handles the expansion and collapsing of the detailsrow with STRG+DOWN (expand) and STRG+UP (collapse).
 *
 * @author Jonas Hahn (jonas.hahn@datenhahn.de)
 */
public class DetailsKeyDownHandler implements BodyKeyDownHandler {

From source file de.datenhahn.vaadin.componentrenderer.client.componentcellkey.EnterKeyDownHandler.java

/**
 * Handles pressing the ENTER key by setting the focus to the
 * component inside the cell.
 *
 * If the component contains an input field, the input field is
 * focused, so the value can be changed right away.

From source file de.datenhahn.vaadin.componentrenderer.client.detailskeys.DetailsKeyDownHandler.java

/**
 * Handles the expansion and collapsing of the detailsrow with STRG+DOWN (expand) and STRG+UP (collapse).
 *
 * @author Jonas Hahn (jonas.hahn@datenhahn.de)
 */
public class DetailsKeyDownHandler implements BodyKeyDownHandler {