List of usage examples for com.vaadin.ui Grid.AbstractGridExtension subclass-usage
From source file com.haulmont.cuba.web.toolkit.ui.renderers.componentrenderer.ComponentCellKeyExtension.java
/**
* An extension which allows to focus components (or its input field) inside a component
* rendered grid cell.
*
* <ul>
* <li>Navigate through the grid using the ARROW-keys (this will move the grid cursor)</li>
From source file com.haulmont.cuba.web.toolkit.ui.renderers.componentrenderer.DetailsKeysExtension.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 DetailsKeysExtension extends Grid.AbstractGridExtension {
From source file com.haulmont.cuba.web.toolkit.ui.renderers.componentrenderer.FocusPreserveExtension.java
/**
* Provides rpc-methods to save and restore the current focus of the grid. This
* is needed to preserve the current focus when issuing a full rerendering of
* the grid.
*
* @author Jonas Hahn (jonas.hahn@datenhahn.de)
From source file de.datenhahn.vaadin.componentrenderer.ComponentCellKeyExtension.java
/**
* An extension which allows to focus components (or its input field) inside a component
* rendered grid cell.
*
* <ul>
* <li>Navigate through the grid using the ARROW-keys (this will move the grid cursor)</li>
From source file de.datenhahn.vaadin.componentrenderer.DetailsKeysExtension.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 DetailsKeysExtension extends Grid.AbstractGridExtension {
From source file de.datenhahn.vaadin.componentrenderer.FocusPreserveExtension.java
/**
* Provides rpc-methods to save and restore the current focus of the grid. This
* is needed to preserve the current focus when issuing a full rerendering of
* the grid.
*
* @author Jonas Hahn (jonas.hahn@datenhahn.de)