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

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

Introduction

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

Usage

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

@SuppressWarnings("deprecation")
public interface MantleImages
        extends ClientBundle, Resources, HorizontalSplitPanel.Resources, VerticalSplitPanel.Resources {

    public static final MantleImages images = (MantleImages) GWT.create(MantleImages.class);