com.vaadin.client
Class VUIDLBrowser

java.lang.Object
  extended by ComplexPanel
      extended by com.vaadin.client.SimpleTree
          extended by com.vaadin.client.VUIDLBrowser

Deprecated. as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.

@Deprecated
public class VUIDLBrowser
extends SimpleTree

Author:
Vaadin Ltd

Constructor Summary
VUIDLBrowser(UIDL uidl, ApplicationConnection client)
          Deprecated.  
VUIDLBrowser(ValueMap u, ApplicationConnection client)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.vaadin.client.SimpleTree
add, add, add, addDoubleClickHandler, addItem, close, getCaption, isOpen, open, select, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VUIDLBrowser

public VUIDLBrowser(UIDL uidl,
                    ApplicationConnection client)
Deprecated. 

VUIDLBrowser

public VUIDLBrowser(ValueMap u,
                    ApplicationConnection client)
Deprecated. 


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