Interface JmixTableServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc

public interface JmixTableServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Details

    • onClick

      void onClick(String columnKey, String rowKey, boolean isText)
    • onAggregationTotalInputChange

      void onAggregationTotalInputChange(String columnKey, String value, boolean isFocused)
    • onAggregationGroupInputChange

      void onAggregationGroupInputChange(String columnKey, String groupKey, String value, boolean isFocused)
    • onEmptyStateLinkClick

      void onEmptyStateLinkClick()