Uses of Class
com.vaadin.shared.ui.table.TableConstants.Section
-
Packages that use TableConstants.Section Package Description com.vaadin.shared.ui.table com.vaadin.ui -
-
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.Section
TableConstants.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 void
TableServerRpc. contextClick(String rowKey, String colKey, TableConstants.Section section, MouseEventDetails details)
Informs the server that a context click happened inside of Table -
Uses of TableConstants.Section in com.vaadin.ui
Methods in com.vaadin.ui that return TableConstants.Section Modifier and Type Method Description TableConstants.Section
Table.TableContextClickEvent. getSection()
Returns the clicked section of Table.Constructors in com.vaadin.ui with parameters of type TableConstants.Section Constructor Description TableContextClickEvent(Table source, MouseEventDetails mouseEventDetails, Object itemId, Object propertyId, TableConstants.Section section)
-