|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridConstants.Section | |
|---|---|
| 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 | |
|---|---|
static GridConstants.Section |
GridConstants.Section.valueOf(java.lang.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 | |
|---|---|
void |
GridServerRpc.contextClick(int rowIndex,
java.lang.String rowKey,
java.lang.String columnId,
GridConstants.Section section,
MouseEventDetails details)
Informs the server that a context click has happened inside of Grid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||