com.itmill.toolkit.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 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 |
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-2009 IT Mill Ltd. All Rights Reserved.