info.magnolia.ui.vaadin.gwt.client.rpc
Interface PageEditorClientRpc

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

public interface PageEditorClientRpc
extends com.vaadin.shared.communication.ClientRpc

RPC interface for calls to client.

See Also:
PageEditorConnector

Method Summary
 void cancelMoveComponent()
          Notify the client when a move event has been cancelled from server side.
 void refresh()
           
 void startMoveComponent()
          Notify the client when starting to move a component.
 

Method Detail

refresh

void refresh()

startMoveComponent

void startMoveComponent()
Notify the client when starting to move a component. Even if the event was started on client side it will run in here after the round trip.


cancelMoveComponent

void cancelMoveComponent()
Notify the client when a move event has been cancelled from server side.



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.