Getrowsizecompressed(), Getrowsizenormal(), Getsubrowsizeleaf() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 169: Setrowsizecompressed(sizespec), Setrowsizenormal(sizespec), Getrowsizecompressed, Getrowsizenormal, Getsubrowsizeleaf, Setrowsizecompressed, Sizespec

Advertising
background image

(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

setCompressRowsFormat(int)

setCompressRowsRanges(String)

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

setCompressRowsFormat(int)

setCompressRowsRanges(String)

getSubRowSizeLeaf

public SizeSpec getSubRowSizeLeaf()

Page 169 of 196

com.miginfocom.beans.GridDimensionLayoutBean

Advertising