| Package | Description |
|---|---|
| org.eclipse.nebula.paperclips.core.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGridLook
A GridLook which draws a border around grid cells, with configurable
background colors for body, header, and footer cells.
|
| Modifier and Type | Method and Description |
|---|---|
GridLook |
GridPrint.getLook()
Returns the grid's look.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridPrint.setLook(GridLook look)
Sets the grid's look.
|
| Constructor and Description |
|---|
GridPrint(GridColumn[] columns,
GridLook look)
Constructs a GridPrint with the given columns and look.
|
GridPrint(GridLook look)
Constructs a GridPrint with no columns and the given look.
|
GridPrint(java.lang.String columns,
GridLook look)
Constructs a GridPrint with the given columns and look.
|