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

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

Introduction

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

Usage

From source file com.github.gwtbootstrap.client.ui.Pagination.java

/**
 * Multi-Page Pagination
 *
 * @since 2.0.4.0
 * @author Dominik Mayer
 * @author Danilo Reinert

From source file com.gmi.nordborglab.browser.client.ui.Pagination.java

/**
 * Multi-Page Pagination
 *
 * @author Dominik Mayer
 * @author Danilo Reinert
 * @since 2.0.4.0

From source file com.googlecode.mgwt.ui.client.widget.buttonbar.ButtonBar.java

public class ButtonBar extends Composite implements IsFlexPanel, HasWidgets.ForIsWidget {

    protected static final ButtonBarAppearance DEFAULT_APPEARANCE = GWT.create(ButtonBarAppearance.class);

    @UiField
    public FlexPanel container;

From source file com.googlecode.mgwt.ui.client.widget.header.HeaderPanel.java

/**
 * A HeaderPanel is usually at the top of a page containing navigation elements.
 */
public class HeaderPanel extends Composite implements IsFlexPanel, HasWidgets.ForIsWidget {

    public static final HeaderAppearance DEFAULT_APPEARANCE = GWT.create(HeaderAppearance.class);

From source file com.googlecode.mgwt.ui.client.widget.panel.flex.FlexPanel.java

/**
 * A FlexPanel uses the flexible box model to layout its children.
 * <p>
 * Note: For children implementing {@link IsFlexible} flex:1 is applied automatically when added
 * to this panel.
 *

From source file com.kk_electronic.kkportal.core.ui.TogglePanel.java

/**
 * @author albatros
 *
 */
public class TogglePanel extends Composite implements IndexedPanel.ForIsWidget, HasWidgets.ForIsWidget {
    LayoutPanel holder = new LayoutPanel();

From source file com.ritchey.client.view.CaptionPanel.java

/**
 * A panel that wraps its contents in a border with a caption that appears in
 * the upper left corner of the border. This is an implementation of the
 * fieldset HTML element.
 */
public class CaptionPanel extends Composite implements HasWidgets.ForIsWidget {

From source file com.sencha.gxt.widget.core.client.container.Container.java

/**
 * Abstract base for components that can contain child widgets.
 */
public abstract class Container extends Component
        implements HasWidgets.ForIsWidget, IndexedPanel.ForIsWidget, HasContainerHandlers {

From source file com.xemantic.tadedon.gwt.user.client.ui.SlidingPanel.java

/**
 * This code is copied from:
 * See <a href="http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/src/main/java/com/google/gwt/sample/expenses/client/SlidingPanel.java">SlidingPanel</a>
 * <p>
 * Created on Oct 28, 2010
 *

From source file fr.putnami.pwt.core.widget.client.OneWidgetPanel.java

public class OneWidgetPanel extends AbstractComposite
        implements HasWidgets.ForIsWidget, HasOneWidget, EditorComposite {

    private final BaseSimplePanel container;

    private String path;