Getleafcheckselectedicon(), Getleaflabelcursor(), Isleaflabelselectable() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 77: Setleafcheckselectedicon(xtdimage), Setleaflabelcursor(cursor), Setleaflabelselectable(boolean), Getleafcheckselectedicon, Getleaflabelcursor, Isleaflabelselectable, Setleafcheckselectedicon
![background image](https://www.manualsdir.com/files/798675/content/doc077.png)
(continued from last page)
Property: If the check should be selectable.
Parameters:
b
- The new value. Default is
true
.
getLeafCheckSelectedIcon
public XtdImage getLeafCheckSelectedIcon()
Property: The icon/image for when the check is selected.
Returns:
The current value. Default is
CHECK_IMG
(private)
setLeafCheckSelectedIcon
public void setLeafCheckSelectedIcon(XtdImage image)
Property: The icon/image for when the check is selected.
Parameters:
image
- The new value. Default is
CHECK_IMG
(private)
getLeafLabelCursor
public java.awt.Cursor getLeafLabelCursor()
Property: The cursor for when the mouse is hovering over the label.
Returns:
The current value. Default is
null
.
setLeafLabelCursor
public void setLeafLabelCursor(java.awt.Cursor cur)
Property: The cursor for when the mouse is hovering over the label.
Parameters:
cur
- The new value. Default is
null
.
isLeafLabelSelectable
public boolean isLeafLabelSelectable()
Property: If the label should be selectable.
Returns:
The current value. Default is
false
.
setLeafLabelSelectable
public void setLeafLabelSelectable(boolean b)
Property: If the label should be selectable.
Parameters:
b
- The new value. Default is
false
.
Page 77 of 196
com.miginfocom.beans.CategoryTreeBean