Getrowsizecompressed(), Getrowsizenormal(), Getsubrowsizeleaf() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 169: Setrowsizecompressed(sizespec), Setrowsizenormal(sizespec), Getrowsizecompressed, Getrowsizenormal, Getsubrowsizeleaf, Setrowsizecompressed, Sizespec
![background image](https://www.manualsdir.com/files/798675/content/doc169.png)
(continued from last page)
getRowSizeNormal
public SizeSpec getRowSizeNormal()
Property: The minimum, maximum and preferred size for a normal row (not compressed).
Returns:
The current size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
.
See Also:
SizeSpec
setRowSizeNormal
public void setRowSizeNormal(SizeSpec size)
Property: The minimum, maximum and preferred size for a normal row (not compressed).
Parameters:
size
- The new size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
. The
value will be stored and not cloned (it's final so this shouldn't matter though).
See Also:
SizeSpec
getRowSizeCompressed
public SizeSpec getRowSizeCompressed()
Property: The minimum, maximum and preferred size for a compressed row. Which rows that are compressed are specified
by the properties
CompressRowsFormat
and
CompressRowsRanges
.
Returns:
The current size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
.
See Also:
SizeSpec
setRowSizeCompressed
public void setRowSizeCompressed(SizeSpec size)
Property: The minimum, maximum and preferred size for a compressed row. Which rows that are compressed are specified
by the properties
CompressRowsFormat
and
CompressRowsRanges
.
Parameters:
size
- The new size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
. The
value will be stored and not cloned (it's final so this shouldn't matter though).
See Also:
SizeSpec
getSubRowSizeLeaf
public SizeSpec getSubRowSizeLeaf()
Page 169 of 196
com.miginfocom.beans.GridDimensionLayoutBean