We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.ui.
Interface TreeImages
All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle, com.google.gwt.user.client.ui.TreeImages
- extends com.google.gwt.user.client.ui.TreeImages
public interface 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()
- Specified by:
treeOpen
in interfacecom.google.gwt.user.client.ui.TreeImages
- Returns:
- a prototype of this image
An image indicating an open branch.
treeClosed
com.google.gwt.user.client.ui.AbstractImagePrototype treeClosed()
- Specified by:
treeClosed
in interfacecom.google.gwt.user.client.ui.TreeImages
- Returns:
- a prototype of this image
An image indicating a closed branch.