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

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

Introduction

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

Usage

From source file $.ResizableMapLayout.java

    /**
     * <p>
     * A layout widget for automatic resizing of a map. This widget must be created with a {@link MapPresenter}. This given
     * {@link MapPresenter} will then be added to the inner layout within this class. Don't add the map anywhere else.
     * </p>
     * <p>

From source file accelerator.client.view.MainMenuView.java

public interface MainMenuView extends IsWidget {
    public static interface Presenter {
        void loadProjectList();

        void loadTagList();

From source file accelerator.client.view.Shell.java

/**
 * ???
 */
public interface Shell extends IsWidget, AcceptsOneWidget {

    /**

From source file accelerator.client.view.TaskListView.java

/**
 * ??
 */
public interface TaskListView extends IsWidget {
    public static interface Presenter {
        void loadTaskList();

From source file ar.com.cristal.creditos.client.clientes.alta.ClienteTabsView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class ClienteTabsView extends Composite implements IsWidget {

From source file ar.com.cristal.creditos.client.clientes.alta.ClienteView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class ClienteView extends Composite implements IsWidget {

From source file ar.com.cristal.creditos.client.clientes.busqueda.BusquedaClientesView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class BusquedaClientesView extends Composite implements IsWidget {

From source file ar.com.cristal.creditos.client.clientes.busqueda.detalle.OperacionesHistorialCreditosClienteView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class OperacionesHistorialCreditosClienteView extends Composite implements IsWidget {

From source file ar.com.cristal.creditos.client.tambo.animales.alta.AltaAnimalesView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class AltaAnimalesView extends Composite implements IsWidget {

From source file ar.com.cristal.creditos.client.tambo.animales.ficha.FichaAnimalesView.java

/**
 * View base interface.
 * Extends IsWidget so a view impl can easily provide its container widget.
 */
public class FichaAnimalesView extends Composite implements IsWidget {