Uses of Class
jfxtras.icalendarfx.properties.component.relationship.Organizer
Packages that use Organizer
Package
Description
-
Uses of Organizer in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as OrganizerMethods in jfxtras.icalendarfx.components that return OrganizerModifier and TypeMethodDescriptionVPersonal.getOrganizer()
ORGANIZER: Organizer RFC 5545 iCalendar 3.8.4.3 page 111 This property defines the organizer for a calendar component Example: ORGANIZER;CN=John Smith:mailto:jsmith@example.comMethods in jfxtras.icalendarfx.components with parameters of type OrganizerModifier and TypeMethodDescriptionvoid
VPersonal.setOrganizer
(Organizer organizer) VPersonal.withOrganizer
(Organizer organizer) -
Uses of Organizer in jfxtras.icalendarfx.properties.component.relationship
Methods in jfxtras.icalendarfx.properties.component.relationship that return OrganizerConstructors in jfxtras.icalendarfx.properties.component.relationship with parameters of type Organizer -
Uses of Organizer in jfxtras.scene.control.agenda.icalendar
Fields in jfxtras.scene.control.agenda.icalendar with type parameters of type OrganizerModifier and TypeFieldDescriptionprivate javafx.beans.property.ObjectProperty
<Organizer> ICalendarAgenda.organizer
Methods in jfxtras.scene.control.agenda.icalendar that return OrganizerModifier and TypeMethodDescriptionICalendarAgenda.getOrganizer()
Gets the value of theorganizer
property.Methods in jfxtras.scene.control.agenda.icalendar that return types with arguments of type OrganizerModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<Organizer> ICalendarAgenda.organizerProperty()
Methods in jfxtras.scene.control.agenda.icalendar with parameters of type OrganizerModifier and TypeMethodDescriptionvoid
ICalendarAgenda.setOrganizer
(Organizer organizer) Sets the value of theorganizer
property.ICalendarAgenda.withOrganizer
(Organizer organizer) -
Uses of Organizer in jfxtras.scene.control.agenda.icalendar.factories
Fields in jfxtras.scene.control.agenda.icalendar.factories declared as OrganizerConstructors in jfxtras.scene.control.agenda.icalendar.factories with parameters of type OrganizerModifierConstructorDescriptionDefaultVComponentFactory
(Organizer organizer, Callback<Void, String> uidGeneratorCallback)