Getcategoryroot(), Getvisibledaterangestring(), Setdesigntimehelp(boolean) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 99: Setvisibledaterangestring(string), Getcategoryroot, Getvisibledaterangestring, Setdesigntimehelp, Boolean, Setvisibledaterangestring, String

Advertising
background image

(continued from last page)

Property: If

true

draws an information message in "design time".

Returns:

The current value.

true

is default.

setDesignTimeHelp

public void setDesignTimeHelp(boolean b)

Property: If

true

draws an information message in "design time".

Parameters:

b

- The new value.

true

is default.

getVisibleDateRangeString

public String getVisibleDateRangeString()

Property: A string representing the visual date range of the exact form:

"yyyyMMdd'T'HHmmssSSS'-

'yyyyMMdd'T'HHmmssSSS"

without the ' of course. Example:

20061030T164500000

Note that the dates will be rounded to even up to the cells defined by

primaryDimensionCellType

and

primaryDimensionCellTypeCount

as well as

wrapType

.

Note that this is a convenience that should only be used for tests since there is no time zone or locale information.

If there is a format error the property set will be silently ignored.

Returns:

The current visual date range. Not

null

.

See Also:

setVisibleDateRange(com.miginfocom.util.dates.DateRangeI)

setVisibleDateRangeString

public void setVisibleDateRangeString(String dateStrings)

Property: A string representing the visual date range of the exact form:

"yyyyMMdd'T'HHmmssSSS'-

'yyyyMMdd'T'HHmmssSSS"

without the ' of course. Example:

20061030T164500000

Note that this is a convenience that should only be used for tests since there is no time zone or locale information.

If there is a format error the property set will be silently ignored.

This property should be set after the structure if the date area (grid) is set with the properties that start with primaryXXX

Parameters:

dateStrings

- The new visual date range. Not

null

.

See Also:

getVisibleDateRange()

getVisibleDateRangeCorrected()

getCategoryRoot

public Category getCategoryRoot()

Page 99 of 196

com.miginfocom.beans.DateAreaBean

Advertising