|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.view.CalColumn
public class CalColumn
CalColumn represents a column in the calendar view. Each column represents a day in a week. CalColumn contains a list of scheduleItem that belongs to the specific day of the week, stored in CalCell object
Field Summary | |
---|---|
protected java.util.ArrayList<CalCell> |
calCellList
List of scheduleItem in the day |
protected DaysInWeek.Day |
day
The day of the Column |
Constructor Summary | |
---|---|
CalColumn(DaysInWeek.Day day)
|
Method Summary | |
---|---|
void |
addCalCell(CalCell cb)
Adding a CalCell box to the Column |
java.util.ArrayList<CalCell> |
getCalCellList()
Return a list of CalCell for this column |
DaysInWeek.Day |
getColumnDay()
Return the day of this column |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DaysInWeek.Day day
protected java.util.ArrayList<CalCell> calCellList
Constructor Detail |
---|
CalColumn(DaysInWeek.Day day)
Method Detail |
---|
public void addCalCell(CalCell cb)
cb
- - CalCell object containing a list of scheduleItempublic DaysInWeek.Day getColumnDay()
public java.util.ArrayList<CalCell> getCalCellList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |