| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table |
| Modifier and Type | Field and Description |
|---|---|
static ColumnLocation.Unit |
ColumnLocation.Unit.EM
Size of letter M in the current font.
|
static ColumnLocation.Unit |
ColumnLocation.Unit.PERCENT
Percentage.
|
static ColumnLocation.Unit |
ColumnLocation.Unit.PROPORTIONAL
Proportional.
|
static ColumnLocation.Unit |
ColumnLocation.Unit.PX
Pixels.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnLocation.Unit |
ColumnLocation.getUnit()
Returns the unit of a column.
|
| Constructor and Description |
|---|
ColumnLocation(ColumnLocation.Alignment alignment,
int size,
ColumnLocation.Unit unit)
Constructs the ColumnLocation object.
|
Copyright © 2016. All Rights Reserved.