Uses of Class
com.vaadin.shared.ui.grid.GridConstants.Section
-
Packages that use GridConstants.Section Package Description com.vaadin.shared.ui.grid -
-
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.SectionGridConstants.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 voidGridServerRpc. contextClick(int rowIndex, String rowKey, String columnInternalId, GridConstants.Section section, MouseEventDetails details)Informs the server that a context click has happened inside of Grid.
-