Serialized Form


Package com.bradrydzewski.gwt.calendar.client

Class com.bradrydzewski.gwt.calendar.client.Appointment extends Object implements Serializable

Serialized Fields

id

String id

title

String title

description

String description

start

Date start

end

Date end

location

String location

createdBy

String createdBy

attendees

List<E> attendees

allDay

boolean allDay

style

AppointmentStyle style

customStyle

String customStyle

readOnly

boolean readOnly

Class com.bradrydzewski.gwt.calendar.client.Attendee extends Object implements Serializable

Serialized Fields

name

String name
The Attendee name (if a person) or description (when a resource).


email

String email
This Attendee email address.


attending

Attending attending
The status of attendance of this attendee to an Appointment.


imageUrl

String imageUrl
A URL to an image to depict this Attendee.


Package com.bradrydzewski.gwt.calendar.client.event

Class com.bradrydzewski.gwt.calendar.client.event.RollbackException extends Exception implements Serializable



Copyright © 2012. All Rights Reserved.