Uses of Class
jfxtras.icalendarfx.parameters.ParticipationRole
Packages that use ParticipationRole
Package
Description
-
Uses of ParticipationRole in jfxtras.icalendarfx.parameters
Methods in jfxtras.icalendarfx.parameters that return ParticipationRoleConstructors in jfxtras.icalendarfx.parameters with parameters of type ParticipationRole -
Uses of ParticipationRole in jfxtras.icalendarfx.properties
Methods in jfxtras.icalendarfx.properties that return ParticipationRoleModifier and TypeMethodDescriptionPropAttendee.getParticipationRole()
ROLE Participation Role RFC 5545, 3.2.16, page 25 To specify the participation role for the calendar user specified by the property.Methods in jfxtras.icalendarfx.properties with parameters of type ParticipationRoleModifier and TypeMethodDescriptionvoid
PropAttendee.setParticipationRole
(ParticipationRole participationRole) -
Uses of ParticipationRole in jfxtras.icalendarfx.properties.component.relationship
Fields in jfxtras.icalendarfx.properties.component.relationship declared as ParticipationRoleModifier and TypeFieldDescriptionprivate ParticipationRole
PropertyBaseAttendee.participationRole
Methods in jfxtras.icalendarfx.properties.component.relationship that return ParticipationRoleModifier and TypeMethodDescriptionPropertyBaseAttendee.getParticipationRole()
ROLE Participation Role RFC 5545, 3.2.16, page 25 To specify the participation role for the calendar user specified by the property.Methods in jfxtras.icalendarfx.properties.component.relationship with parameters of type ParticipationRoleModifier and TypeMethodDescriptionvoid
PropertyBaseAttendee.setParticipationRole
(ParticipationRole participationRole) PropertyBaseAttendee.withParticipationRole
(ParticipationRole participationRole)