com.vaadin.terminal.gwt.client.ui
Interface TreeImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle, com.google.gwt.user.client.ui.TreeImages

public interface TreeImages
extends com.google.gwt.user.client.ui.TreeImages


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype treeClosed()
          An image indicating a closed branch.
 com.google.gwt.user.client.ui.AbstractImagePrototype treeOpen()
          An image indicating an open branch.
 
Methods inherited from interface com.google.gwt.user.client.ui.TreeImages
treeLeaf
 

Method Detail

treeOpen

com.google.gwt.user.client.ui.AbstractImagePrototype treeOpen()
An image indicating an open branch.

Specified by:
treeOpen in interface com.google.gwt.user.client.ui.TreeImages
Returns:
a prototype of this image

treeClosed

com.google.gwt.user.client.ui.AbstractImagePrototype treeClosed()
An image indicating a closed branch.

Specified by:
treeClosed in interface com.google.gwt.user.client.ui.TreeImages
Returns:
a prototype of this image


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