Uses of Class
com.vaadin.shared.ui.grid.GridConstants.Section
-
Packages that use GridConstants.Section Package Description com.vaadin.client.widget.grid com.vaadin.client.widget.grid.events com.vaadin.client.widgets com.vaadin.shared.ui.grid com.vaadin.ui -
-
Uses of GridConstants.Section in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid that return GridConstants.Section Modifier and Type Method Description GridConstants.Section
EventCellReference. getSection()
Gets the Grid section where the referenced cell is.Methods in com.vaadin.client.widget.grid with parameters of type GridConstants.Section Modifier and Type Method Description void
EventCellReference. set(Cell targetCell, GridConstants.Section section)
Configures this CellReference and its internal RowReference to point to the given Cell. -
Uses of GridConstants.Section in com.vaadin.client.widget.grid.events
Methods in com.vaadin.client.widget.grid.events with parameters of type GridConstants.Section Modifier and Type Method Description protected void
GridClickEvent. doDispatch(AbstractGridMouseEventHandler.GridClickHandler handler, GridConstants.Section section)
protected void
GridDoubleClickEvent. doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler, GridConstants.Section section)
protected void
GridKeyDownEvent. doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler handler, GridConstants.Section section)
protected void
GridKeyPressEvent. doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler handler, GridConstants.Section section)
protected void
GridKeyUpEvent. doDispatch(AbstractGridKeyEventHandler.GridKeyUpHandler handler, GridConstants.Section section)
-
Uses of GridConstants.Section in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type GridConstants.Section Modifier and Type Method Description protected abstract void
Grid.AbstractGridKeyEvent. doDispatch(HANDLER handler, GridConstants.Section section)
The given handler processes the event if the handler type matches the given section.protected abstract void
Grid.AbstractGridMouseEvent. doDispatch(HANDLER handler, GridConstants.Section section)
The given handler processes the event if the handler type matches the given section. -
Uses of GridConstants.Section in com.vaadin.shared.ui.grid
Methods in com.vaadin.shared.ui.grid that return GridConstants.Section Modifier and Type Method Description static GridConstants.Section
GridConstants.Section. valueOf(String name)
Returns the enum constant of this type with the specified name.static GridConstants.Section[]
GridConstants.Section. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.grid with parameters of type GridConstants.Section Modifier and Type Method Description void
GridServerRpc. contextClick(int rowIndex, String rowKey, String columnInternalId, GridConstants.Section section, MouseEventDetails details)
Informs the server that a context click has happened inside of Grid. -
Uses of GridConstants.Section in com.vaadin.ui
Methods in com.vaadin.ui that return GridConstants.Section Modifier and Type Method Description GridConstants.Section
Grid.GridContextClickEvent. getSection()
Return the clicked section of Grid.Constructors in com.vaadin.ui with parameters of type GridConstants.Section Constructor Description GridContextClickEvent(Grid<T> source, MouseEventDetails mouseEventDetails, GridConstants.Section section, int rowIndex, T item, Grid.Column<T,?> column)
Creates a new context click event.
-