Uses of Class
com.bradrydzewski.gwt.calendar.client.Attending

Packages that use Attending
com.bradrydzewski.gwt.calendar.client   
 

Uses of Attending in com.bradrydzewski.gwt.calendar.client
 

Methods in com.bradrydzewski.gwt.calendar.client that return Attending
 Attending Attendee.getAttending()
          Returns the attendance status of this attendant to the Appointment referencing it.
static Attending Attending.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Attending[] Attending.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bradrydzewski.gwt.calendar.client with parameters of type Attending
 void Attendee.setAttending(Attending attending)
          Sets the attendance status of this attendant to the Appointment referencing it.
 



Copyright © 2012. All Rights Reserved.