com.vaadin.shared.ui.ui
Interface DebugWindowServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface DebugWindowServerRpc
extends ServerRpc

Server RPC methods for the Debug Window.

Since:
7.1
Author:
Vaadin Ltd

Method Summary
 void analyzeLayouts()
          Invokes the layout analyzer on the server
 void showServerDebugInfo(Connector connector)
          Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.
 

Method Detail

showServerDebugInfo

void showServerDebugInfo(Connector connector)
Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.

Parameters:
connector - the connector to locate
Since:
7.1

analyzeLayouts

void analyzeLayouts()
Invokes the layout analyzer on the server

Since:
7.1


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