| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | 
 The "cellview" widget set. 
 | 
| com.google.gwt.user.client.ui | 
 Widgets, Panels, and other user-interface classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Column<T,C>
A representation of a column in a table. 
 | 
class  | 
IdentityColumn<T>
A passthrough column, useful for giving cells access to the entire row
 object. 
 | 
class  | 
TextColumn<T>
A column that displays its contents with a  
TextCell and does not make
 use of view data. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
HasAlignment
A widget that implements this interface has an intrinsic alignment which
 can be manipulated using these methods and constants. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DockPanel
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. 
 | 
class  | 
HorizontalPanel
A panel that lays all of its widgets out in a single horizontal column. 
 | 
class  | 
VerticalPanel
A panel that lays all of its widgets out in a single vertical column. 
 | 
Copyright © 2018. All rights reserved.