|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnLocation.Unit | |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table | |
| Uses of ColumnLocation.Unit in org.apache.wicket.extensions.markup.html.tree.table |
|---|
| Fields in org.apache.wicket.extensions.markup.html.tree.table declared as ColumnLocation.Unit | |
|---|---|
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. |
| Methods in org.apache.wicket.extensions.markup.html.tree.table that return ColumnLocation.Unit | |
|---|---|
ColumnLocation.Unit |
ColumnLocation.getUnit()
Returns the unit of a column. |
| Constructors in org.apache.wicket.extensions.markup.html.tree.table with parameters of type ColumnLocation.Unit | |
|---|---|
ColumnLocation(ColumnLocation.Alignment alignment,
int size,
ColumnLocation.Unit unit)
Constructs the ColumnLocation object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||