Example usage for com.google.gwt.user.client.ui TreeImages interface-usage

List of usage examples for com.google.gwt.user.client.ui TreeImages interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui TreeImages interface-usage.

Usage

From source file com.vaadin.terminal.gwt.client.ui.TreeImages.java

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

    /**
     * An image indicating an open branch.
     * 
     * @return a prototype of this image

From source file org.kuali.student.core.organization.ui.client.theme.OrgTreeImages.java

public interface OrgTreeImages extends TreeImages {
    @Resource("org/kuali/student/core/organization/ui/theme/standard/public/images/treeOpen.gif")
    AbstractImagePrototype treeOpen();

    @Resource("org/kuali/student/core/organization/ui/theme/standard/public/images/treeClosed.gif")
    AbstractImagePrototype treeClosed();

From source file org.pentaho.gwt.widgets.client.filechooser.images.FileChooserImages.java

public interface FileChooserImages extends ImageBundle, TreeImages {
    public static final FileChooserImages images = (FileChooserImages) GWT.create(FileChooserImages.class);

    AbstractImagePrototype file();

    AbstractImagePrototype file_waqr_report();

From source file org.pentaho.mantle.client.images.BookmarkImages.java

public interface BookmarkImages extends TreeImages {
    AbstractImagePrototype treeOpen();

    AbstractImagePrototype treeClosed();

    @Resource("fileIcon.gif")