Getsubrowsizefoldedfolder(), Setsubrowsizefoldedfolder(sizespec), Getsubrowsizefoldedfolder – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 171: Setsubrowsizefoldedfolder, Sizespec
(continued from last page)
See Also:
SizeSpec
setSubRowSizeExpandedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeFoldedFolder(com.miginfocom.util.gfx.geometry.SizeSpec)
setSubRowSizeLeaf(com.miginfocom.util.gfx.geometry.SizeSpec)
getSubRowSizeFoldedFolder
public SizeSpec getSubRowSizeFoldedFolder()
Property: The minimum, maximum and preferred size for a sub row that has sub rows itself and the row is considered
folded. 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)
setSubRowSizeFoldedFolder
public void setSubRowSizeFoldedFolder(SizeSpec size)
Property: The minimum, maximum and preferred size for a sub row that has sub rows itself and the row is considered
folded. 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)
Page 171 of 196
com.miginfocom.beans.GridDimensionLayoutBean