Uses of Class
jfxtras.icalendarfx.parameters.ParticipationStatus
Packages that use ParticipationStatus
Package
Description
-
Uses of ParticipationStatus in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type ParticipationStatus in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionclassPARTSTAT Participation Status RFC 5545, 3.2.12, page 22 To specify the language for text values in a property or property parameter.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 TypeMethodDescriptionvoidPropAttendee.setParticipationStatus(ParticipationStatus participation) -
Uses of ParticipationStatus in jfxtras.icalendarfx.properties.component.relationship
Fields in jfxtras.icalendarfx.properties.component.relationship declared as ParticipationStatusModifier and TypeFieldDescriptionprivate ParticipationStatusPropertyBaseAttendee.participationStatusMethods 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 TypeMethodDescriptionvoidPropertyBaseAttendee.setParticipationStatus(ParticipationStatus participationStatus) PropertyBaseAttendee.withParticipationStatus(ParticipationStatus participationStatus)