Adddatechangelistener(datechangelistener, boolean), Getmouseeffectsenabled(), Removedatechangelistener(datechangelistener) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 151: Setmouseeffectsenabled(boolean), Adddatechangelistener, Getmouseeffectsenabled, Removedatechangelistener, Setmouseeffectsenabled, Boolean
![background image](https://www.manualsdir.com/files/798675/content/doc151.png)
getMouseEffectsEnabled
public boolean getMouseEffectsEnabled()
Property: If mouse listeners should be installed on the header to make live effects enabled on the cell rows. This must be
enabled for any effects to be visible. The actual effects must also be set on the
com.miginfocom.calendar.header.CellDecorationRow
s of course.
If date selection in the header is to be listened for this must be enabled.
Returns:
If currently enabled.
See Also:
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener, boolean)
setMouseEffectsEnabled
public void setMouseEffectsEnabled(boolean b)
Property: If mouse listeners should be installed on the header to make live effects enabled on the cell rows. This must be
enabled for any effects to be visible. The actual effects must also be set on the
com.miginfocom.calendar.header.CellDecorationRow
s of course.
If date selection in the header is to be listened for this must be enabled.
Parameters:
b
- If enabled.
See Also:
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener, boolean)
addDateChangeListener
public void addDateChangeListener(DateChangeListener l)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)
Note that mouse effects must be enabled. See
setMouseEffectsEnabled(boolean)
See Also:
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener, boolean)
addDateChangeListener
public void addDateChangeListener(DateChangeListener l,
boolean asWeakRef)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener,
boolean)
Note that mouse effects must be enabled. See
setMouseEffectsEnabled(boolean)
removeDateChangeListener
public void removeDateChangeListener(DateChangeListener l)
This call is transmitted to the
removeDateChangeListener(com.miginfocom.util.dates.DateChangeListener)
Page 151 of 196
com.miginfocom.beans.DateHeaderBean