com.vaadin.shared.ui.grid
Interface GridServerRpc
- All Superinterfaces:
- java.io.Serializable, ServerRpc
public interface GridServerRpc
- extends ServerRpc
Client-to-server RPC interface for the Grid component
- Since:
- 7.4
- Author:
- Vaadin Ltd
|
Method Summary |
void |
itemClick(java.lang.String rowKey,
java.lang.String columnId,
MouseEventDetails details)
Informs the server that an item has been clicked in Grid. |
void |
select(java.util.List<java.lang.String> newSelection)
|
void |
selectAll()
|
void |
sort(java.lang.String[] columnIds,
SortDirection[] directions,
boolean userOriginated)
|
select
void select(java.util.List<java.lang.String> newSelection)
selectAll
void selectAll()
sort
void sort(java.lang.String[] columnIds,
SortDirection[] directions,
boolean userOriginated)
itemClick
void itemClick(java.lang.String rowKey,
java.lang.String columnId,
MouseEventDetails details)
- Informs the server that an item has been clicked in Grid.
- Parameters:
rowKey - a key identifying the clicked itemcolumnId - column id identifying the clicked propertydetails - mouse event details
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.