Example usage for com.google.gwt.user.client.ui ScrollPanel subclass-usage

List of usage examples for com.google.gwt.user.client.ui ScrollPanel subclass-usage

Introduction

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

Usage

From source file cc.alcina.framework.gwt.client.widget.layout.ScrollPanel100pcHeight.java

/**
 *
 * @author Nick Reddel
 */
public class ScrollPanel100pcHeight extends ScrollPanel implements HasLayoutInfo {
    public ScrollPanel100pcHeight(Widget child) {

From source file ch.sebastienzurfluh.www.client.view.artmuro.SimplaArtMuro.java

public class SimplaArtMuro extends ScrollPanel implements ArtMuro {
    private AbsolutePanel absolutaMuro = new AbsolutePanel();
    private AddAnimator animator;

    private int maxAlto;
    private int maxLargxo;

From source file com.alkacon.geranium.client.ui.ScrollPanel.java

/**
 * Scroll panel implementation allowing focused scrolling.<p>
 */
public class ScrollPanel extends com.google.gwt.user.client.ui.ScrollPanel {

    /** The prevent outer scrolling handler. */

From source file com.astrofizzbizz.raspberrypicamera.client.tablayout.MyTabLayoutScrollPanel.java

public class MyTabLayoutScrollPanel extends ScrollPanel {
    private int panelWidth = 0;
    private int panelHeight = 0;
    private MyTabLayoutPanel myTabLayoutPanel;

    public MyTabLayoutPanel getMyTabLayoutPanel() {

From source file com.ephesoft.gxt.core.client.DragContainerScrollPanel.java

public class DragContainerScrollPanel extends ScrollPanel {

    private int previousScrollTopPosition;

    /**
     * @return the previousScrollTopPosition

From source file com.flatown.client.BookmarksPanel.java

/**
 * The Panel used to hold the saved {@link AResult results}.
 */
public class BookmarksPanel extends ScrollPanel implements ClickListener {

    /** A Singleton instance of the panel. */

From source file com.flatown.client.FavoritesPanel.java

/**
 * The panel holding all of our favorite {@link SearchBox searchboxes}.
 */
public class FavoritesPanel extends ScrollPanel implements DragHost {

    public static final FavoritesPanel Singleton = new FavoritesPanel();

From source file com.flatown.client.HelpPanel.java

public class HelpPanel extends ScrollPanel {

    public static final HelpPanel Singleton = new HelpPanel();

    private StackPanel _controlPanel;

From source file com.flatown.client.SearchPanel.java

public class SearchPanel extends ScrollPanel {

    public static final SearchPanel Singleton = new SearchPanel();

    private SearchPanel() {
        VerticalPanel displayPanel = new VerticalPanel();

From source file com.flatown.client.SharePanel.java

/**
 * The Panel for helping users share their gadget.
 */
public class SharePanel extends ScrollPanel {

    /** A Singleton instance of the panel. */