Uses of Class
com.vaadin.shared.ui.table.TableConstants.Section
-
Packages that use TableConstants.Section Package Description com.vaadin.shared.ui.table -
-
Uses of TableConstants.Section in com.vaadin.shared.ui.table
Methods in com.vaadin.shared.ui.table that return TableConstants.Section Modifier and Type Method Description static TableConstants.SectionTableConstants.Section. valueOf(String name)Returns the enum constant of this type with the specified name.static TableConstants.Section[]TableConstants.Section. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.table with parameters of type TableConstants.Section Modifier and Type Method Description voidTableServerRpc. contextClick(String rowKey, String colKey, TableConstants.Section section, MouseEventDetails details)Informs the server that a context click happened inside of Table
-