Getdemodatabean(), Isfolderroutelabelclicktocheck(), Isleafroutelabelclicktocheck() – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 61: Setdemodatabean(demodatabean), Setfolderroutelabelclicktocheck(boolean), Setleafroutelabelclicktocheck(boolean), Getdemodatabean, Isfolderroutelabelclicktocheck, Isleafroutelabelclicktocheck, Setdemodatabean

Advertising
background image

(continued from last page)

key

- The new key.

null

will reset it to the default value.

getDemoDataBean

public

DemoDataBean

getDemoDataBean()

Property: A reference to a demo data bean that creates demo category data for this bean. This is normally only used for
testing purposes and should not be used in any production environment.

Returns:

The current value of the property or

null

.

setDemoDataBean

public void setDemoDataBean(

DemoDataBean

b)

Property: A reference to a demo data bean that creates demo category data for this bean. This is normally only used for
testing purposes and should not be used in any production environment.

Parameters:

b

- The new value for the property. May be

null

.

isLeafRouteLabelClickToCheck

public boolean isLeafRouteLabelClickToCheck()

Property: If a click on the label should be transformed to a click on the check.

Returns:

The current value. Default is

false

.

setLeafRouteLabelClickToCheck

public void setLeafRouteLabelClickToCheck(boolean b)

Property: If a click on the label should be transformed to a click on the check.

Parameters:

b

- The new value. Default is

false

.

isFolderRouteLabelClickToCheck

public boolean isFolderRouteLabelClickToCheck()

Property: If a click on the label should be transformed to a click on the check.

Returns:

The current value. Default is

false

.

setFolderRouteLabelClickToCheck

public void setFolderRouteLabelClickToCheck(boolean b)

Property: If a click on the label should be transformed to a click on the check.

Parameters:

b

- The new value. Default is

false

.

Page 61 of 196

com.miginfocom.beans.CategoryTreeBean

Advertising