Dateareabean, Constructor summary, Method summary – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 86: Com.miginfocom.beans class dateareabean

Advertising
background image

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

getDefaultDateArea()

to manually configure more advanced properties.

Constructor Summary

public

DateAreaBean

()

Method Summary

void

addActivityDragResizeListener

(ActivityDragResizeListener l)

This call is transmitted to the

addActivityDragResizeListener(com.miginfocom.calendar.datearea.Activ
ityDragResizeListener)

void

addActivityDragResizeListener

(ActivityDragResizeListener l, boolean

asWeakRef)

This call is transmitted to the

addActivityDragResizeListener(com.miginfocom.calendar.datearea.Activ
ityDragResizeListener, boolean)

void

addActivityMoveListener

(ActivityMoveListener l)

This call is transmitted to the

addActivityMoveListener(com.miginfocom.calendar.datearea.ActivityMov
eListener)

void

addActivityMoveListener

(ActivityMoveListener l, boolean asWeakRef)

This call is transmitted to the

addActivityMoveListener(com.miginfocom.calendar.datearea.ActivityMov
eListener, boolean)

void

addDateChangeListener

(DateChangeListener l)

This call is transmitted to the

addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)

void

addDateChangeListener

(DateChangeListener l, boolean asWeakRef)

This call is transmitted to the

addDateChangeListener(com.miginfocom.util.dates.DateChangeListener,
boolean)

void

addInteractionListener

(InteractionListener l)

This call is transmitted to the

addInteractionListener(com.miginfocom.ashape.interaction.Interaction
Listener)

Page 86 of 196

com.miginfocom.beans.DateAreaBean

Advertising