com.vaadin.client.debug.internal
Class AnalyzeLayoutsPanel

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

public class AnalyzeLayoutsPanel
extends FlowPanel

Analyze layouts view panel of the debug window.

Since:
7.1.4

Constructor Summary
AnalyzeLayoutsPanel()
           
 
Method Summary
 void addListener(SelectConnectorListener listener)
           
 void meta(ApplicationConnection ac, ValueMap meta)
           
 void removeListener(SelectConnectorListener listener)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzeLayoutsPanel

public AnalyzeLayoutsPanel()
Method Detail

update

public void update()

meta

public void meta(ApplicationConnection ac,
                 ValueMap meta)

addListener

public void addListener(SelectConnectorListener listener)

removeListener

public void removeListener(SelectConnectorListener listener)


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