MiG InfoCom MiG Calendar JavaBeans User Manual

Page 165

Advertising
background image

int

getCompressRowsFormat

()

Property: The type (unit) for the

CompressRowsRanges

property.

String

getCompressRowsRanges

()

Property: A string that describles what rows, or row intervals, that should be compressed.

SizeSpec

getRowSizeCompressed

()

Property: The minimum, maximum and preferred size for a compressed row.

SizeSpec

getRowSizeNormal

()

Property: The minimum, maximum and preferred size for a normal row (not compressed).

SizeSpec

getSubRowSizeExpandedFolder

()

Property: The minimum, maximum and preferred size for a sub row that has sub rows itself
and the row is considered expanded.

SizeSpec

getSubRowSizeFoldedFolder

()

Property: The minimum, maximum and preferred size for a sub row that has sub rows itself
and the row is considered folded.

SizeSpec

getSubRowSizeLeaf

()

Property: The minimum, maximum and preferred size for a sub row that has no sub rows
itself (it's a leaf).

boolean

isExpandRowsToFit

()

Property: If the rows in the dimension that this object represents should be expanded to fit
the available space.

boolean

isExpandSubRowsToFit

()

Property: If the sub-rows should be expanded to fit the available space.

void

setCompressRowsFormat

(int format)

Property: The type (unit) for the

CompressRowsRanges

property.

void

setCompressRowsRanges

(String s)

Property: A string that describles what rows, or row intervals, that should be compressed.

void

setExpandRowsToFit

(boolean b)

Property: If the rows in the dimension that this object represents should be expanded to fit
the available space.

void

setExpandSubRowsToFit

(boolean b)

Property: If the sub-rows should be expanded to fit the available space.

void

setRowSizeCompressed

(SizeSpec size)

Property: The minimum, maximum and preferred size for a compressed row.

void

setRowSizeNormal

(SizeSpec size)

Property: The minimum, maximum and preferred size for a normal row (not compressed).

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.

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.

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).

Page 165 of 196

com.miginfocom.beans.GridDimensionLayoutBean

Advertising