Getactivitydepositorycontext(), Getmouseoveractivitiesontop(), Getselectedactivitiesontop() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 136: Setdividerrangetype(int), Setmouseoveractivitiesontop(boolean), Setselectedactivitiesontop(boolean), Getactivitydepositorycontext, Getmouseoveractivitiesontop, Getselectedactivitiesontop, Setdividerrangetype

setDividerRangeType
public void setDividerRangeType(int rangeType)
Property: The type of the divider range (e.g. day, week, month). If the divider should be drawn between months for
instance this value should be
RANGE_TYPE_MONTH
.
Parameters:
rangeType
- The new divider date range type. E.g.
DateRangeI.RANGE_TYPE_MONTH
.
getMouseOverActivitiesOntop
public boolean getMouseOverActivitiesOntop()
Property: If Activites that have the mouse hovering over them should be painted on top of other activities.
Returns:
The current value. Default is false.
setMouseOverActivitiesOntop
public void setMouseOverActivitiesOntop(boolean b)
Property: If Activites that have the mouse hovering over them should be painted on top of other activities.
Parameters:
b
- The new value. Default is false.
getSelectedActivitiesOntop
public boolean getSelectedActivitiesOntop()
Property: If Activites that are selected should be painted on top of other activities.
Returns:
The current value. Default is false.
setSelectedActivitiesOntop
public void setSelectedActivitiesOntop(boolean b)
Property: If Activites that are selected should be painted on top of other activities.
Parameters:
b
- The new value. Default is false.
getActivityDepositoryContext
public String getActivityDepositoryContext()
Property: The context used as a key in the
com.miginfocom.calendar.activity.ActivityDepository
to get the
activities that this date area should show. In the depository activities can optionally be put in different "containers" which
are adressed by this context. The default context is
null
.
Returns:
The current context. Default is
null
.
Page 136 of 196
com.miginfocom.beans.DateAreaBean