Getlengthminutesmax(), Getmaxactivitycount(), Isonlydesigntime() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 162: Setlengthminutesmax(int), Setlengthminutesmin(int), Setmaxactivitycount(int), Getlengthminutesmax, Getmaxactivitycount, Isonlydesigntime, Setlengthminutesmax
(continued from last page)
Returns:
The current value.
setLengthMinutesMin
public void setLengthMinutesMin(int minutes)
Property: The minimum number of minutes that an activity should span.
This method will recreated the demo data which may take some time.
Parameters:
minutes
- The new value.
getLengthMinutesMax
public int getLengthMinutesMax()
Property: The maximum number of minutes that an activity should span.
Returns:
The current value.
setLengthMinutesMax
public void setLengthMinutesMax(int minutes)
Property: The maximum number of minutes that an activity should span.
This method will recreated the demo data which may take some time.
Parameters:
minutes
- The new value.
getMaxActivityCount
public int getMaxActivityCount()
Property: The maximum number of activities generated. This is mostly to avoid creation of too many due to choosing the
the properties for this bean badly. It's a fail safe...
Returns:
The current value. Default is 200.
setMaxActivityCount
public void setMaxActivityCount(int count)
Property: The maximum number of activities generated. This is mostly to avoid creation of too many due to choosing the
the properties for this bean badly. It's a fail safe...
This method will recreated the demo data which may take some time.
Parameters:
count
- The new value. Default is 200.
isOnlyDesignTime
public boolean isOnlyDesignTime()
Page 162 of 196
com.miginfocom.beans.DemoDataBean