Uses of Class
jfxtras.icalendarfx.properties.component.relationship.Attendee
Packages that use Attendee
Package
Description
-
Uses of Attendee in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components with type parameters of type AttendeeModifier and TypeFieldDescriptionVAlarm.attendeesVPersonal.attendeesATTENDEE: Attendee RFC 5545 iCalendar 3.8.4.1 page 107 This property defines an "Attendee" within a calendar component.Methods in jfxtras.icalendarfx.components that return types with arguments of type AttendeeModifier and TypeMethodDescriptionVAlarm.getAttendees()VAttendee.getAttendees()This property defines an "Attendee" within a calendar component.
RFC 5545 iCalendar 3.8.4.1 page 107VPersonal.getAttendees()Methods in jfxtras.icalendarfx.components with parameters of type AttendeeModifier and TypeMethodDescriptiondefault TVAttendee.withAttendees(Attendee... attendees) Sets the value of the#attendeesProperty()from a vararg ofAttendeeobjects.Method parameters in jfxtras.icalendarfx.components with type arguments of type AttendeeModifier and TypeMethodDescriptionvoidVAlarm.setAttendees(List<Attendee> attendees) voidVAttendee.setAttendees(List<Attendee> properties) voidVPersonal.setAttendees(List<Attendee> attendees) default TVAttendee.withAttendees(List<Attendee> attendees) Sets the value of the#attendeesProperty()} -
Uses of Attendee in jfxtras.icalendarfx.properties.component.relationship
Methods in jfxtras.icalendarfx.properties.component.relationship that return AttendeeModifier and TypeMethodDescriptionstatic AttendeeCreate new Attendee by parsing unfolded calendar contentConstructors in jfxtras.icalendarfx.properties.component.relationship with parameters of type Attendee