Dateareabean, Constructor summary, Method summary – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 86: Com.miginfocom.beans class dateareabean
![background image](https://www.manualsdir.com/files/798675/content/doc086.png)
com.miginfocom.beans
Class DateAreaBean
java.lang.Object
|
+-DateAreaContainer
|
+-com.miginfocom.beans.DateAreaBean
public class DateAreaBean
extends DateAreaContainer
An object that extends
com.miginfocom.calendar.datearea.DateAreaContainer
to provide some easy-to-use bean
properties to accomodate for "VB-like" visual programming.
It will cover a big chunk of all use cases but not all. It is possible to use this bean's properties to configure some parts and then use
the
to manually configure more advanced properties.
Constructor Summary
public
()
Method Summary
void
(ActivityDragResizeListener l)
This call is transmitted to the
addActivityDragResizeListener(com.miginfocom.calendar.datearea.Activ
ityDragResizeListener)
void
(ActivityDragResizeListener l, boolean
asWeakRef)
This call is transmitted to the
addActivityDragResizeListener(com.miginfocom.calendar.datearea.Activ
ityDragResizeListener, boolean)
void
This call is transmitted to the
addActivityMoveListener(com.miginfocom.calendar.datearea.ActivityMov
eListener)
void
(ActivityMoveListener l, boolean asWeakRef)
This call is transmitted to the
addActivityMoveListener(com.miginfocom.calendar.datearea.ActivityMov
eListener, boolean)
void
(DateChangeListener l)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)
void
(DateChangeListener l, boolean asWeakRef)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener,
boolean)
void
This call is transmitted to the
addInteractionListener(com.miginfocom.ashape.interaction.Interaction
Listener)
Page 86 of 196
com.miginfocom.beans.DateAreaBean