com.bradrydzewski.gwt.calendar.client.monthview
Class DayLayoutDescription
java.lang.Object
com.bradrydzewski.gwt.calendar.client.monthview.DayLayoutDescription
public class DayLayoutDescription
- extends Object
Contains the calculated layout description of all Appointments
in single day part of a week row in a MonthView.
Note: A DayLayoutDescription is not
aware of multi-day Appointments that might span the day
represented by this description.
- Author:
- Carlos D. Morales
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DayLayoutDescription
public DayLayoutDescription(int dayIndex)
getAppointments
public ArrayList<Appointment> getAppointments()
getTotalAppointmentCount
public int getTotalAppointmentCount()
addAppointment
public void addAppointment(Appointment appointment)
getDayIndex
public int getDayIndex()
Copyright © 2012. All Rights Reserved.