List of usage examples for com.vaadin.shared.ui LayoutClickRpc interface-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);