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.attendees
VPersonal.attendees
ATTENDEE: 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 T
VAttendee.withAttendees
(Attendee... attendees) Sets the value of theinvalid reference
#attendeesProperty()
Attendee
objects.Method parameters in jfxtras.icalendarfx.components with type arguments of type AttendeeModifier and TypeMethodDescriptionvoid
VAlarm.setAttendees
(List<Attendee> attendees) void
VAttendee.setAttendees
(List<Attendee> properties) void
VPersonal.setAttendees
(List<Attendee> attendees) default T
VAttendee.withAttendees
(List<Attendee> attendees) Sets the value of theinvalid reference
#attendeesProperty()
-
Uses of Attendee in jfxtras.icalendarfx.properties.component.relationship
Methods in jfxtras.icalendarfx.properties.component.relationship that return AttendeeModifier and TypeMethodDescriptionstatic Attendee
Create new Attendee by parsing unfolded calendar contentConstructors in jfxtras.icalendarfx.properties.component.relationship with parameters of type Attendee