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

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

Introduction

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

Usage

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

/**
 * A table-based panel which {@link #getCellElement(int) exposes} the TD element
 * and supports:
 * <ul>
 * <li>setting styles on the TD</li>
 * <li>multiple widgets per cell</li>

From source file com.ait.toolkit.editors.ckeditor.client.CKEditor.java

/**
 * This class provides a CKEdtior as a Widget
 * 
 * @author Damien Picard <damien.picard@axeiya.com>
 * @author Emmanuel COQUELIN <emmanuel.coquelin@axeiya.com>
 */

From source file com.axeiya.gwtckeditor.client.CKEditor.java

/**
 * This class provides a CKEdtior as a Widget
 * 
 * @author Damien Picard <damien.picard@axeiya.com>
 * @author Emmanuel COQUELIN <emmanuel.coquelin@axeiya.com>
 */

From source file com.pleft.client.ckeditor.CKEditor.java

/**
 * This class provides a CKEditor as a Widget
 * 
 * @author Damien Picard <damien.picard@axeiya.com>
 * @author Emmanuel COQUELIN <emmanuel.coquelin@axeiya.com>
 */

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

/**
 * A panel that lays its child widgets out "docked" at its outer edges, and
 * allows its last widget to take up the remaining space in its center.
 *
 * <p>
 * This widget has limitations in standards mode that did not exist in quirks

From source file es.deusto.weblab.client.lab.comm.UploadStructure.java

/**
 * Encapsulates the form used for selecting and uploading a file,
 * and is able to handle the uploading itself through a GWT
 * FileUpload object.
 */
public class UploadStructure extends Widget implements HasAlignment {

From source file org.gwt.mosaic.ui.client.layout.CustomGridLayout.java

/**
 * The {@code GridLayout} class is a layout manager that lays out a panel's
 * widgets in a rectangular grid. The panel is divided into equal-sized
 * rectangles, with each widget occupying one or more cells.
 * <p>
 * {@code GridLayout} has a number of configurable fields, and the control it