List of usage examples for com.vaadin.v7.client.widget.grid.events BodyKeyDownHandler interface-usage
From source file com.haulmont.cuba.web.widgets.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.widgets.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 {