Uses of Interface
com.cc.framework.ui.model.Appointment

Packages that use Appointment
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def.scheduler   
 

Uses of Appointment in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return Appointment
 Appointment[] SchedulerControl.getAppointments(java.util.Calendar date)
          Liefert alle Termine für ein bestimmtes Datum
 Appointment SchedulerControl.getAppointmentFromId(java.lang.String uniqueId)
          Retrieves the appointment with the given key
 

Uses of Appointment in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return Appointment
 Appointment[] SchedulerDataModel.getAppointments(java.util.Calendar date)
          Liefert eine Liste mit Terminen für den angegebenen Tag
 Appointment SchedulerDataModel.getAppointmentFromId(java.lang.String uniqueId)
          Retrieves the appointment with the given key
 Appointment RecurrencePattern.getAppointment()
           
 

Methods in com.cc.framework.ui.model with parameters of type Appointment
 void RecurrencePattern.setAppointment(Appointment appointment)
          sets the reference to the appointment item
 

Uses of Appointment in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement Appointment
 class AppointmentImp
          Appointment definition
 class CheckableAppointmentImp
          This Class adds checkability to simple appointments
 

Fields in com.cc.framework.ui.model.imp declared as Appointment
private  Appointment RecurrencePatternImp.appointment
          The appointment this recurrence pattern is attached to
 

Methods in com.cc.framework.ui.model.imp that return Appointment
 Appointment[] SchedulerDataModelImp.getAppointments(java.util.Calendar date)
          Returns a list with all appointments for the given day
 Appointment SchedulerDataModelImp.getAppointmentFromId(java.lang.String uniqueId)
           
 Appointment RecurrencePatternImp.getAppointment()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type Appointment
 void SchedulerDataModelImp.addAppointment(Appointment appointment)
          Adds a new appointment to the list
protected  boolean SchedulerDataModelImp.match(Appointment appointment, java.util.Calendar date)
          Checks if this appointment matches a certain Day
 void RecurrencePatternImp.setAppointment(Appointment appointment)
           
 

Uses of Appointment in com.cc.framework.ui.painter.def.scheduler
 

Fields in com.cc.framework.ui.painter.def.scheduler declared as Appointment
private  Appointment[] DefDayViewPainter.DayInfo.appointments
          Collection of all appointments
private  Appointment DefDayViewPainter.AppointmentInfo.appointment
          The Appointment
 

Methods in com.cc.framework.ui.painter.def.scheduler that return Appointment
 Appointment[] DefDayViewPainter.DayInfo.getAppointments()
          Retrieves the raw appointment list for this day
 Appointment[] DefDayViewPainter.DayInfo.getAppointmentsOutOfBounds(int pos)
          Retrieves a list of appointments which are out of bounds
 Appointment[] DefDayViewPainter.DayInfo.getAllDayEvents()
          Returns only the "allday" appointments for this day
 Appointment DefDayViewPainter.AppointmentInfo.getAppointment()
           
 

Methods in com.cc.framework.ui.painter.def.scheduler with parameters of type Appointment
protected static CheckState SchedulerViewHelp.getCheckState(java.util.Calendar date, Appointment[] appointments)
          Retrieves the cumulated Check state for the given Appointment list
protected static CheckState SchedulerViewHelp.getCheckState(java.util.Calendar date, Appointment appointment)
          Retrieves the Check state for the given Appointment
static org.apache.ecs.ConcreteElement SchedulerViewHelp.createCheckBox(PainterContext ctx, Appointment appointment, java.util.Calendar date, ClientHandler handler, boolean displayOnly, ActionBehavior behavior)
          renders a CheckBox
static org.apache.ecs.ConcreteElement SchedulerViewHelp.createCheckBox(PainterContext ctx, Appointment[] appointments, java.util.Calendar date, SchedulerScope scope, ClientHandler handler, boolean displayOnly, ActionBehavior behavior)
          renders a CheckBox
protected  org.apache.ecs.html.TD DefYearViewPainter.doCreateDayCell(java.util.Calendar date, int state, Appointment[] appointments)
          Paints the cell for the given day
protected  org.apache.ecs.ConcreteElement DefWeekViewPainter.doCreateDayLabel(java.util.Calendar date, Appointment[] appointments)
          Creates the day label
protected  PopupElement DefSchedulerViewPainter.addPopupWindow(java.util.Calendar date, Appointment[] appointments, int shown, org.apache.ecs.ConcreteElement popupAnchor)
          This method creates an appointment popup window witch is then added to the internal popup window list of the control.
protected  PopupElement DefSchedulerViewPainter.addPopupWindow(java.lang.String title, java.util.Calendar date, Appointment[] appointments, org.apache.ecs.ConcreteElement popupAnchor)
          This method creates an appointment popup window witch is then added to the internal popup window list of the control.
protected  org.apache.ecs.ConcreteElement DefSchedulerViewPainter.doCreateAppointmentList(java.util.Calendar date, Appointment[] appointments, int labelFormat)
          Creates a appointment list.
protected  java.lang.String DefSchedulerViewPainter.getAppointmentLabel(java.util.Calendar date, Appointment appointment, int labelFormat)
          Creates the Appointment Label
protected  java.lang.String DefSchedulerViewPainter.getAppointmentTooltip(java.util.Calendar date, Appointment appointment, int labelFormat)
          Creates a tooltip for the given appointment
protected  java.lang.String DefSchedulerViewPainter.getAppointmentTimeStr(java.util.Calendar date, Appointment appointment)
          Creates a time string for the given appointment
protected  org.apache.ecs.ConcreteElement DefSchedulerViewPainter.doCreateAppointment(java.util.Calendar date, Appointment appointment, int labelFormat)
          Creates the HTML element for an simple appointment
protected  org.apache.ecs.ConcreteElement DefSchedulerViewPainter.doCreateMoreButton(java.util.Calendar date, Appointment[] appointments, int shown)
          Creates the "more..."
protected  org.apache.ecs.ConcreteElement DefMonthViewPainter.doCreateDayLabel(java.util.Calendar date, Appointment[] appointments, int state)
          Creates the days label element
 

Constructors in com.cc.framework.ui.painter.def.scheduler with parameters of type Appointment
DefDayViewPainter.DayInfo(java.util.Calendar date, Appointment[] appointments)
          Creates and initializes the Information about the given day
DefDayViewPainter.AppointmentInfo(Appointment appointment, int dayStartHour, int dayEndHour, int interval)
          Constructor.
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.