com.vaadin.client.debug.internal
Class ConnectorInfoPanel

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.debug.internal.ConnectorInfoPanel

public class ConnectorInfoPanel
extends FlowPanel

Connector information view panel of the debug window.

Since:
7.1.4

Constructor Summary
ConnectorInfoPanel()
           
 
Method Summary
 void clearContents()
          Clear the contents of the panel.
 void update(ServerConnector connector)
          Update the panel to show information about a connector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorInfoPanel

public ConnectorInfoPanel()
Method Detail

update

public void update(ServerConnector connector)
Update the panel to show information about a connector.

Parameters:
connector -

clearContents

public void clearContents()
Clear the contents of the panel.



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