|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableConstants.Section | |
|---|---|
| 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 | |
|---|---|
static TableConstants.Section |
TableConstants.Section.valueOf(java.lang.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 | |
|---|---|
void |
TableServerRpc.contextClick(java.lang.String rowKey,
java.lang.String colKey,
TableConstants.Section section,
MouseEventDetails details)
Informs the server that a context click happened inside of Table |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||