|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
mvp.Model
caltool.schedule.IntervalDetails
caltool.schedule.WeeklyDetails
public class WeeklyDetails
WeeklyDetails has an on/off setting for each day of the week on which an item recurs. These details are also used for the BiWeekly setting of the recurrence interval.
| Field Summary | |
|---|---|
boolean |
onFri
True if item recurs on Fridays |
boolean |
onMon
True if item recurs on Mondays |
boolean |
onSat
True if item recurs on Saturdays |
boolean |
onSun
True if item recurs on Sundays |
boolean |
onThu
True if item recurs on Thursdays |
boolean |
onTue
True if item recurs on Tuesdays |
boolean |
onWed
True if item recurs on Wednesdays |
| Fields inherited from class caltool.schedule.IntervalDetails |
|---|
monthly, weekly |
| Fields inherited from class mvp.Model |
|---|
view |
| Constructor Summary | |
|---|---|
WeeklyDetails()
|
|
| Method Summary |
|---|
| Methods inherited from class mvp.Model |
|---|
dump, exit, getView, setView |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean onSun
public boolean onMon
public boolean onTue
public boolean onWed
public boolean onThu
public boolean onFri
public boolean onSat
| Constructor Detail |
|---|
public WeeklyDetails()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||