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

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

Introduction

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

Usage

From source file asquare.gwt.tk.client.ui.BasicPanel.java

/**
 * A barebones {@link com.google.gwt.user.client.ui.ComplexPanel ComplexPanel}
 * which allows specification of the root element and <code>display</code> style of
 * added children. 
 * 
 * @see <a

From source file bufferings.ktr.wjr.client.ui.widget.WjrTabPanel.java

/**
 * The tab panel with JQueryUI theme.
 * 
 * @author bufferings[at]gmail.com
 */
public class WjrTabPanel extends ResizeComposite implements ProvidesResize, IndexedPanel,

From source file cc.alcina.framework.gwt.client.widget.CustomisableTabPanel.java

/**
 * 
 * Keep in sync with GWT - TabPanel
 */
@SuppressWarnings("deprecation")
public class CustomisableTabPanel extends Composite implements TabListener, SourcesTabEvents, HasWidgets,

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

/**
 * Select area widget. Allows the user to select an area inside the widget.<p>
 */
public class AreaSelectPanel extends Composite implements HasWidgets, IndexedPanel,
        HasValueChangeHandlers<PositionBean>, HasMouseDownHandlers, HasMouseUpHandlers, HasClickHandlers,
        HasMouseMoveHandlers, MouseDownHandler, MouseUpHandler, MouseMoveHandler {

From source file com.bearsoft.gwt.ui.containers.GridPanel.java

/**
 * 
 * @author mg
 */
public class GridPanel extends Grid implements RequiresResize, ProvidesResize, IndexedPanel {

From source file com.bearsoft.gwt.ui.containers.Toolbar.java

/**
 * Toolbar is a container that is able to send invisible widgets into chevron
 * popup. Toolbar takes into account width, when a component is visible in
 * content area and sets it's height to 100%. Width and height are both taken
 * into account when a widget is not visible and added into chevron popup.
 *

From source file com.choicetrax.client.display.panels.decorators.BoxTabPanel.java

/**
 * A panel that represents a tabbed set of pages, each of which contains another
 * widget. Its child widgets are shown as the user selects the various tabs
 * associated with them. The tabs can contain arbitrary HTML.
 * 
 * <p>

From source file com.eas.widgets.containers.GridPanel.java

/**
 * 
 * @author mg
 */
public class GridPanel extends FlowPanel implements RequiresResize, ProvidesResize, IndexedPanel {

From source file com.eas.widgets.containers.Toolbar.java

/**
 * Toolbar is a container that is able to send invisible widgets into chevron
 * popup. Toolbar takes into account width, when a component is visible in
 * content area and sets it's height to 100%. Width and height are both taken
 * into account when a widget is not visible and added into chevron popup.
 * 

From source file com.square.client.gwt.client.composant.onglet.scroll.DoubleTabPanelScroll.java

/**
 * Reprise de TabPanel pour rajouter une srcollbar dans les onglets.
 * @author Nicolas NADEAU (nicolas.nadeau@scub.net) - SCUB
 */
public class DoubleTabPanelScroll extends Composite implements HasSelectionHandlers<Integer>,
        HasBeforeSelectionHandlers<Integer>, HasWidgets, HasAnimation, IndexedPanel {