Example usage for com.vaadin.shared.ui LayoutClickRpc interface-usage

List of usage examples for com.vaadin.shared.ui LayoutClickRpc interface-usage

Introduction

In this page you can find the example usage for com.vaadin.shared.ui LayoutClickRpc interface-usage.

Usage

From source file org.vaadin.alump.fancylayouts.gwt.client.connect.FancyCssLayoutServerRpc.java

public interface FancyCssLayoutServerRpc extends LayoutClickRpc, ServerRpc {
    /**
     * Client side asked to final removal of child
     * @param child Child removed
     */
    public void remove(Connector child);

From source file org.vaadin.alump.gridstack.client.shared.GridStackServerRpc.java

/**
 * ServerRpc for GridStack
 */
public interface GridStackServerRpc extends LayoutClickRpc {
    void onChildrenMoved(List<GridStackMoveData> moves);