Getsubrowsizeexpandedfolder(), Setsubrowsizeexpandedfolder(sizespec), Setsubrowsizeleaf(sizespec) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 170: Getsubrowsizeexpandedfolder, Setsubrowsizeexpandedfolder, Setsubrowsizeleaf, Sizespec
![background image](https://www.manualsdir.com/files/798675/content/doc170.png)
(continued from last page)
Property: The minimum, maximum and preferred size for a sub row that has no sub rows itself (it's a leaf). This is only
interesting (hence used) if this bean denotes the layout for the secondary dimension since only the secondary dimension
can have sub rows.
Returns:
The current size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
.
See Also:
SizeSpec
setSubRowSizeExpandedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeFoldedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeLeaf(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeLeaf
public void setSubRowSizeLeaf(SizeSpec size)
Property: The minimum, maximum and preferred size for a sub row that has no sub rows itself (it's a leaf). This is only
interesting (hence used) if this bean denotes the layout for the secondary dimension since only the secondary dimension
can have sub rows.
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
setSubRowSizeExpandedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeFoldedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeLeaf(com.miginfocom.util.gfx.geometry.SizeSpec)
getSubRowSizeExpandedFolder
public SizeSpec getSubRowSizeExpandedFolder()
Property: The minimum, maximum and preferred size for a sub row that has sub rows itself and the row is considered
expanded. This is only interesting (hence used) if this bean denotes the layout for the secondary dimension since only the
secondary dimension can have sub rows.
Returns:
The current size spec. Not
null
but the minimum, maximum and preferred size in the spec can all be
null
.
See Also:
SizeSpec
setSubRowSizeExpandedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeFoldedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeLeaf(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeExpandedFolder
public void setSubRowSizeExpandedFolder(SizeSpec size)
Property: The minimum, maximum and preferred size for a sub row that has sub rows itself and the row is considered
expanded. This is only interesting (hence used) if this bean denotes the layout for the secondary dimension since only the
secondary dimension can have sub rows.
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).
Page 170 of 196
com.miginfocom.beans.GridDimensionLayoutBean