public interface DebugWindowServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
showServerDesign(Connector connector)
Sends a request to the server to print a design to the console for the
given component.
|
void showServerDebugInfo(Connector connector)
connector - the connector to locatevoid analyzeLayouts()
void showServerDesign(Connector connector)
connector - the component connector to output a declarative design forCopyright © 2017 Vaadin Ltd. All rights reserved.