Package | Description |
---|---|
com.vaadin.v7.shared.ui.table |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableServerRpc.contextClick(String rowKey,
String colKey,
TableConstants.Section section,
MouseEventDetails details)
Informs the server that a context click happened inside of Table.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.