com.vaadin.client
Class SimpleTree

java.lang.Object
  extended by ComplexPanel
      extended by com.vaadin.client.SimpleTree
Direct Known Subclasses:
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 SimpleTree
extends ComplexPanel

Author:
Vaadin Ltd

Constructor Summary
SimpleTree()
          Deprecated.  
SimpleTree(java.lang.String caption)
          Deprecated.  
 
Method Summary
 void add(Widget child)
          Deprecated.  
protected  void add(Widget child, com.google.gwt.user.client.Element container)
          Deprecated. As of 7.2, call and override add(Widget, Element) instead.
protected  void add(Widget child, Element container)
          Deprecated. 
 com.google.gwt.event.shared.HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
          Deprecated.  Events are not fired when double clicking child widgets.
 void addItem(java.lang.String text)
          Deprecated.  
 void close()
          Deprecated.  
 java.lang.String getCaption()
          Deprecated.  
 boolean isOpen()
          Deprecated.  
 void open(boolean recursive)
          Deprecated.  
protected  void select(ClickEvent event)
          Deprecated.  
 void setText(java.lang.String text)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTree

public SimpleTree()
Deprecated. 

SimpleTree

public SimpleTree(java.lang.String caption)
Deprecated. 
Method Detail

select

protected void select(ClickEvent event)
Deprecated. 

close

public void close()
Deprecated. 

open

public void open(boolean recursive)
Deprecated. 

isOpen

public boolean isOpen()
Deprecated. 

getCaption

public java.lang.String getCaption()
Deprecated. 

setText

public void setText(java.lang.String text)
Deprecated. 

addItem

public void addItem(java.lang.String text)
Deprecated. 

add

public void add(Widget child)
Deprecated. 

add

@Deprecated
protected void add(Widget child,
                              com.google.gwt.user.client.Element container)
Deprecated. As of 7.2, call and override add(Widget, Element) instead.


add

protected void add(Widget child,
                   Element container)
Deprecated. 

Since:
7.2

addDoubleClickHandler

public com.google.gwt.event.shared.HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
Deprecated. 
Events are not fired when double clicking child widgets.



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