List of usage examples for com.google.gwt.user.client.ui SimplePanel subclass-usage
From source file asquare.gwt.tk.client.ui.BorderPanel.java
/**
* A panel which wraps a single widget. This differs from
* {@link com.google.gwt.user.client.ui.Composite Composite} in that BorderPanel
* wraps the widget's element with its own element.
*
* <h3>CSS Style Rules</h3>
From source file burrito.client.widgets.draganddrop.DragAndDropPanel.java
public abstract class DragAndDropPanel<T> extends SimplePanel { private VerticalPanel wrapper = new VerticalPanel(); private VerticalPanel draggablePanel = new VerticalPanelWithSpacer(); private DraggableWidgetCreator<T> widgetCreator; private AbsolutePanel boundaryPanel;
From source file ca.wimsc.client.common.widgets.google.MobileScrollPanelInternal.java
/**
* A panel implementation that behaves like a {@link com.google.gwt.user.client.ui.ScrollPanel ScrollPanel} by default,
* but switches to a manual drag-scroll implementation on browsers that support touch events.
*
* TODO(jgw): Implement scroll events. TODO(jgw): This is widgetry that doesn't belong in this package. TODO(jgw):
* Consider rolling it directly into ScrollPanel. Maybe.
From source file cc.alcina.framework.gwt.client.widget.dialog.DecoratorPanel.java
/**
* <p>
* A {@link SimplePanel} that wraps its contents in stylized boxes, which can be
* used to add rounded corners to a {@link Widget}.
* </p>
* <p>
From source file cc.alcina.framework.gwt.client.widget.dialog.RelativePopupPanel.java
/**
* A panel that can "pop up" over other widgets. It overlays the browser's
* client area (and any previously-created popups).
*
* <p>
* A RelativePopupPanel should not generally be added to other panels; rather,
From source file cc.alcina.framework.gwt.client.widget.LazyPanel.java
/**
* Convenience class to help lazy loading. A LazyPanel is only actually rendered
* when setVisible(true) or ensureWidget is called.
*
* @param <T>
* widget type
From source file cc.alcina.framework.gwt.client.widget.SimplePanelWrapper.java
/** * * @author Nick Reddel */ public class SimplePanelWrapper extends SimplePanel { public SimplePanelWrapper(Widget w) {
From source file ch.sebastienzurfluh.swissmuseum.core.client.view.pagewidget.ResourceWidget.java
/**
* The ResourceWidget can be added to any widget and will automatically requests it's data
* and wait for it to be available before rendering.
*
*
* @author Sebastien Zurfluh
From source file ch.sebastienzurfluh.swissmuseum.parcours.client.view.View.java
/**
* Main View object.
*
* This view lets the user browse the booklet catalogue.
*
*
From source file ch.sebastienzurfluh.www.client.view.artmuro.SimplaAfisxo.java
public class SimplaAfisxo extends SimplePanel implements Afisxo { private int largxo, alto; public SimplaAfisxo(Widget widget, int largxo, int alto) { setWidget(widget); this.largxo = largxo;