Package io.jmix.pivottable.widget
Class JmixPivotTable.JmixPivotTableServerRpcImpl
java.lang.Object
io.jmix.pivottable.widget.JmixPivotTable.JmixPivotTableServerRpcImpl
- All Implemented Interfaces:
- com.vaadin.shared.communication.ServerRpc,- JmixPivotTableServerRpc,- Serializable
- Enclosing class:
- JmixPivotTable
protected class JmixPivotTable.JmixPivotTableServerRpcImpl
extends Object
implements JmixPivotTableServerRpc
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JmixPivotTableServerRpcImplprotected JmixPivotTableServerRpcImpl()
 
- 
- 
Method Details- 
onCellClick- Specified by:
- onCellClickin interface- JmixPivotTableServerRpc
 
- 
onRefreshpublic void onRefresh(List<String> rows, List<String> cols, String rendererId, String aggregationId, List<String> aggregationProperties, Map<String, List<String>> inclusions, Map<String, List<String>> exclusions, String colOrderId, String rowOrderId) - Specified by:
- onRefreshin interface- JmixPivotTableServerRpc
 
 
-