Getdemodatabean(), Isfolderroutelabelclicktocheck(), Isleafroutelabelclicktocheck() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 61: Setdemodatabean(demodatabean), Setfolderroutelabelclicktocheck(boolean), Setleafroutelabelclicktocheck(boolean), Getdemodatabean, Isfolderroutelabelclicktocheck, Isleafroutelabelclicktocheck, Setdemodatabean
![background image](https://www.manualsdir.com/files/798675/content/doc061.png)
(continued from last page)
key
- The new key.
null
will reset it to the default value.
getDemoDataBean
public
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(
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