Package de.hsh.graja.util.comment.grid
Class GridCellWidth
java.lang.Object
de.hsh.graja.util.comment.grid.GridCellWidth
- All Implemented Interfaces:
Serializable
This enum specifies the shrinking of a cell in a
Grid
.
An html renderer will
translate this to a CSS width style: width:0.1%;white-space:nowrap;- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic GridCellWidth
static GridCellWidth
static GridCellWidth
static GridCellWidth
-
Method Summary
-
Field Details
-
NONE
-
SHRINK
-
FIX10PX
-
FIX20PX
-
-
Method Details
-
percent
-
getCssStyle
-