Package com.vaadin.shared.ui.ui
Interface DebugWindowClientRpc
-
- All Superinterfaces:
ClientRpc,Serializable
public interface DebugWindowClientRpc extends ClientRpc
Client RPC methods for the Debug Window.- Since:
- 7.1
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportLayoutProblems(String json)Send results fromDebugWindowServerRpc.analyzeLayouts()back to the client.
-
-
-
Method Detail
-
reportLayoutProblems
void reportLayoutProblems(String json)
Send results fromDebugWindowServerRpc.analyzeLayouts()back to the client.- Parameters:
json- JSON containing list of found problems- Since:
- 7.1
-
-