com.vaadin.shared.ui.ui
Interface DebugWindowClientRpc

All Superinterfaces:
ClientRpc, java.io.Serializable

public interface DebugWindowClientRpc
extends ClientRpc

Client RPC methods for the Debug Window.

Since:
7.1
Author:
Vaadin Ltd

Method Summary
 void reportLayoutProblems(java.lang.String json)
          Send results from DebugWindowServerRpc.analyzeLayouts() back to the client.
 

Method Detail

reportLayoutProblems

void reportLayoutProblems(java.lang.String json)
Send results from DebugWindowServerRpc.analyzeLayouts() back to the client.

Parameters:
json - JSON containing list of found problems
Since:
7.1


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.