Uses of Class
jfxtras.icalendarfx.parameters.ParticipationStatus
Packages that use ParticipationStatus
Package
Description
-
Uses of ParticipationStatus in jfxtras.icalendarfx.parameters
Methods in jfxtras.icalendarfx.parameters that return ParticipationStatusConstructors in jfxtras.icalendarfx.parameters with parameters of type ParticipationStatus -
Uses of ParticipationStatus in jfxtras.icalendarfx.properties
Methods in jfxtras.icalendarfx.properties that return ParticipationStatusModifier and TypeMethodDescriptionPropAttendee.getParticipationStatus()
PARTSTAT Participation Status RFC 5545, 3.2.12, page 22 To specify the participation role for the calendar user specified by the property.Methods in jfxtras.icalendarfx.properties with parameters of type ParticipationStatusModifier and TypeMethodDescriptionvoid
PropAttendee.setParticipationStatus
(ParticipationStatus participation) -
Uses of ParticipationStatus in jfxtras.icalendarfx.properties.component.relationship
Fields in jfxtras.icalendarfx.properties.component.relationship declared as ParticipationStatusModifier and TypeFieldDescriptionprivate ParticipationStatus
PropertyBaseAttendee.participationStatus
Methods in jfxtras.icalendarfx.properties.component.relationship that return ParticipationStatusModifier and TypeMethodDescriptionPropertyBaseAttendee.getParticipationStatus()
PARTSTAT Participation Status RFC 5545, 3.2.12, page 22 To specify the participation role for the calendar user specified by the property.Methods in jfxtras.icalendarfx.properties.component.relationship with parameters of type ParticipationStatusModifier and TypeMethodDescriptionvoid
PropertyBaseAttendee.setParticipationStatus
(ParticipationStatus participationStatus) PropertyBaseAttendee.withParticipationStatus
(ParticipationStatus participationStatus)