Getprimarydimension(), Getprimarydimensioncelltype(), Getprimarydimensioncelltypecount() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 115: Getwrapboundarycount(), Setprimarydimensioncelltype(int), Setprimarydimensioncelltypecount(int), Setwrapboundarycount(int), Getprimarydimension, Getprimarydimensioncelltype, Getprimarydimensioncelltypecount

Advertising
background image

(continued from last page)

getWrapBoundaryCount

public int getWrapBoundaryCount()

Returns the number of

wrapBoundary

before wrapping.

Returns:

The count. Default is 1.If < 1 then 1 will be set silently.

setWrapBoundaryCount

public void setWrapBoundaryCount(int count)

Sets the number of

wrapBoundary

before wrapping.

Parameters:

count

- The count. Default is 1.If < 1 then 1 will be set silently.

getPrimaryDimensionCellTypeCount

public int getPrimaryDimensionCellTypeCount()

Returns how may cells in the primary dimension. Unly used if

wrapBoundary

is set.

Returns:

How may cells in the primary dimension. Unly used if

wrapBoundary

is set.

setPrimaryDimensionCellTypeCount

public void setPrimaryDimensionCellTypeCount(int count)

Sets how many

primDimCellSpanType

a cell spanns in the primary dimension. E.g.

30

(if

primDimCellSpanType

is

minutes).

Parameters:

count

- how many

primDimCellSpanType

a cell spanns in the primary dimension.

getPrimaryDimensionCellType

public int getPrimaryDimensionCellType()

Returns the type of

primDimCellSpanCount

. E.g

RANGE_TYPE_MINUTE

Returns:

The type of

primDimCellSpanCount

. E.g

RANGE_TYPE_MINUTE

setPrimaryDimensionCellType

public void setPrimaryDimensionCellType(int cellType)

Sets the type of

primDimCellSpanCount

. E.g

RANGE_TYPE_MINUTE

Parameters:

cellType

- The type of

primDimCellSpanCount

. E.g

RANGE_TYPE_MINUTE

getPrimaryDimension

public int getPrimaryDimension()

Page 115 of 196

com.miginfocom.beans.DateAreaBean

Advertising