com.bradrydzewski.gwt.calendar.client.monthview
Class DayLayoutDescription

java.lang.Object
  extended by 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

Constructor Summary
DayLayoutDescription(int dayIndex)
           
 
Method Summary
 void addAppointment(Appointment appointment)
           
 ArrayList<Appointment> getAppointments()
           
 int getDayIndex()
           
 int getTotalAppointmentCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DayLayoutDescription

public DayLayoutDescription(int dayIndex)
Method Detail

getAppointments

public ArrayList<Appointment> getAppointments()

getTotalAppointmentCount

public int getTotalAppointmentCount()

addAppointment

public void addAppointment(Appointment appointment)

getDayIndex

public int getDayIndex()


Copyright © 2012. All Rights Reserved.