List of usage examples for com.google.gwt.user.client.ui CellPanel subclass-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.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 org.cruxframework.crux.widgets.client.rollingtabs.SimpleDecoratedPanel.java
/** * TODO - Gesse - Comment this * @author Gesse S. F. Dafe */ public class SimpleDecoratedPanel extends CellPanel { private Element line;
From source file org.drools.guvnor.client.widgets.decoratedgrid.DecoratedGridHeaderWidget.java
/**
* An abstract "Header" widget to decorate a <code>DecoratedGridWidget</code>
*
* @param <T>
* The type of domain columns represented by the Header
*/
From source file org.drools.guvnor.client.widgets.drools.decoratedgrid.AbstractDecoratedGridHeaderWidget.java
/**
* An abstract "Header" widget to decorate a <code>DecoratedGridWidget</code>
*
* @param <M>
* The domain model represented by the Header
* @param <T>
From source file org.kie.guvnor.decoratedgrid.client.widget.AbstractDecoratedGridHeaderWidget.java
/** * An abstract "Header" widget to decorate a <code>DecoratedGridWidget</code> * @param <M> The domain model represented by the Header * @param <T> The type of domain columns represented by the Header */ public abstract class AbstractDecoratedGridHeaderWidget<M, T> extends CellPanel implements HasResizeHandlers,
From source file org.kie.workbench.common.widgets.decoratedgrid.client.widget.AbstractDecoratedGridHeaderWidget.java
/** * An abstract "Header" widget to decorate a <code>DecoratedGridWidget</code> * @param <M> The domain model represented by the Header * @param <T> The type of domain columns represented by the Header */ public abstract class AbstractDecoratedGridHeaderWidget<M, T> extends CellPanel implements HasResizeHandlers,
From source file org.overlord.sramp.ui.client.widgets.SimpleFormLayoutPanel.java
/**
* A simple implementation of a form panel. This panel implementation provides a
* mechanism to display a list of form controls within a simple tabular layout. Each
* form control must be associated with a text label.
*
* @author eric.wittmann@redhat.com