Uses of Interface
jfxtras.icalendarfx.properties.VProperty

Packages that use VProperty
  • Uses of VProperty in jfxtras.icalendarfx.properties

    Modifier and Type
    Interface
    Description
    interface 
     
    interface 
    Property with language, alternate text display, and a text-based value
    interface 
     
    interface 
    Abstract class for Attendee and unknown properties
    interface 
    Abstract class for properties with a CAL-ADDRESS value.
    interface 
    Interface for all Date and Date-Time properties
    interface 
     
    interface 
    Property with language and a text-based value
    interface 
     
    interface 
     
    Classes in jfxtras.icalendarfx.properties that implement VProperty
    Modifier and Type
    Class
    Description
    class 
    Property with language, alternate text display, and a text-based value
    class 
    Abstract class for all non-UTC date-time classes Contains the time zone identifier parameter
    class 
    Property with language and a text-based value concrete subclasses
    class 
    PropBaseUTC<U extends PropBaseUTC<U>>
    Abstract class for all UTC zoned-date-time classes
    class 
    Base iCalendar property class Contains property value, value parameter (ValueType) and other-parameters Also contains several support methods used by other properties concrete subclasses
    Methods in jfxtras.icalendarfx.properties that return types with arguments of type VProperty
    Modifier and Type
    Method
    Description
    Class<? extends VProperty>
    VPropertyElement.elementClass()
     
    Method parameters in jfxtras.icalendarfx.properties with type arguments of type VProperty
    Modifier and Type
    Method
    Description
    static ValueType
    VPropertyElement.defaultValueType(Class<? extends VProperty> class1)
     
    VPropertyElement.propertyAllowedValueTypes(Class<? extends VProperty> class1)
     
  • Uses of VProperty in jfxtras.icalendarfx.properties.calendar

    Modifier and Type
    Class
    Description
    class 
    CALSCALE Calendar Scale RFC 5545, 3.7.1, page 76 This property defines the calendar scale used for the calendar information specified in the iCalendar object.
    class 
    METHOD RFC 5545, 3.7.2, page 77 This property defines the iCalendar object method associated with the calendar object.
    class 
    PRODID Product Identifier RFC 5545, 3.7.3, page 78 This property specifies the identifier for the product that created the iCalendar object.
    class 
    VERSION RFC 5545, 3.7.4, page 79 This property specifies the identifier corresponding to the highest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.alarm

    Modifier and Type
    Class
    Description
    class 
    ACTION
    class 
    REPEAT Repeat Count RFC 5545, 3.8.6.2, page 133 This property defines the number of times the alarm should be repeated, after the initial trigger.
    class 
    TRIGGER RFC 5545, 3.8.6.3, page 133 This property specifies when an alarm will trigger.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.change

    Modifier and Type
    Class
    Description
    class 
    CREATED Date-Time Created RFC 5545, 3.8.7.1, page 136 This property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store.
    class 
    DTSTAMP Date-Time Stamp RFC 5545, 3.8.7.2, page 137 In the case of an iCalendar object that specifies a "METHOD" property, this property specifies the date and time that the instance of the iCalendar object was created.
    class 
    LAST-MODIFIED RFC 5545, 3.8.7.3, page 138 This property specifies the date and time that the information associated with the calendar component was last revised in the calendar store.
    class 
    SEQUENCE Sequence Number RFC 5545, 3.8.7.4, page 138 This property defines the revision sequence number of the calendar component within a sequence of revisions.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.descriptive

    Modifier and Type
    Class
    Description
    class 
    Property Name: ATTACH
    class 
    3.8.1.2.
    class 
    CLASS Classification RFC 5545, 3.8.1.3, page 82 This property defines the access classification for a calendar component.
    class 
    COMMENT RFC 5545 iCalendar 3.8.1.4. page 83 This property specifies non-processing information intended to provide a comment to the calendar user Example: COMMENT:The meeting really needs to include both ourselves and the customer.
    class 
    3.8.1.5.
    class 
    GEO Geographic Position RFC 5545 iCalendar 3.8.1.6. page 86 This property specifies information related to the global position for the activity specified by a calendar component.
    class 
    LOCATION RFC 5545 iCalendar 3.8.1.7. page 87 This property defines the intended venue for the activity defined by a calendar component.
    class 
    PERCENT-COMPLETE RFC 5545 iCalendar 3.8.1.8. page 88 This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the "Organizer".
    class 
    PRIORITY RFC 5545 iCalendar 3.8.1.9. page 89 This property defines the relative priority for a calendar component.
    class 
    RESOURCES RFC 5545 iCalendar 3.8.1.10. page 91 This property defines the equipment or resources anticipated for an activity specified by a calendar component.
    class 
    STATUS RFC 5545 iCalendar 3.8.1.11. page 92 This property defines the overall status or confirmation for the calendar component.
    class 
    3.8.1.12.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.misc

    Modifier and Type
    Class
    Description
    class 
    3.8.8.2.
    class 
    REQUEST-STATUS RFC 5545, 3.8.8.3, page 141 This property defines the status code returned for a scheduling request.
    class 
    Abstract class for non-standard properties and IANA properties contains all parameters
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.recurrence

    Modifier and Type
    Class
    Description
    class 
    EXDATE Exception Date-Times RFC 5545 iCalendar 3.8.5.1, page 117.
    class 
    Abstract class for Exceptions and Recurrences
    class 
    RDATE Recurrence Date-Times RFC 5545 iCalendar 3.8.5.2, page 120.
    class 
    RRULE Recurrence Rule RFC 5545 iCalendar 3.8.5.3, page 122.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.relationship

    Modifier and Type
    Class
    Description
    class 
    3.8.4.1.
    class 
    CONTACT RFC 5545 iCalendar 3.8.4.2. page 109 This property is used to represent contact information or alternately a reference to contact information associated with the calendar component.
    class 
    ORGANIZER RFC 5545, 3.8.4.3, page 111 This property defines the organizer for a calendar component.
    class 
    Abstract class for Attendee and unknown properties
    class 
    Abstract class for properties with a CAL-ADDRESS value.
    class 
    RECURRENCE-ID RFC 5545, 3.8.4.4, page 112 This property is used in conjunction with the "UID" and "SEQUENCE" properties to identify a specific instance of a recurring "VEVENT", "VTODO", or "VJOURNAL" calendar component.
    class 
    RELATED-TO RFC 5545, 3.8.4.5, page 115 This property is used to represent a relationship or reference between one calendar component and another.
    class 
    DURATION RFC 5545, 3.8.4.6, page 116 This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.
    class 
    UID Unique Identifier RFC 5545, 3.8.4.7, page 117 This property defines the persistent, globally unique identifier for the calendar component.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.time

    Modifier and Type
    Class
    Description
    class 
    COMPLETED Date-Time Completed RFC 5545, 3.8.2.1, page 94 This property defines the date and time that a to-do was actually completed.
    class 
    DUE Date-Time Due (for local-date) RFC 5545, 3.8.2.3, page 96 This property defines the date and time that a to-do is expected to be completed.
    class 
    RFC 5545, 3.8.2.2.
    class 
    DTSTART Date-Time Start (for local date only) RFC 5545, 3.8.2.4, page 97 This property specifies when the calendar component begins.
    class 
    DURATION RFC 5545, 3.8.2.5, page 99 This property specifies a positive duration of time.
    class 
    FREEBUSY Free/Busy Time RFC 5545, 3.8.2.6, page 100 This property defines one or more free or busy time intervals.
    class 
    TRANSP Time Transparency RFC 5545 iCalendar 3.8.2.7. page 101 This property defines whether or not an event is transparent to busy time searches.
  • Uses of VProperty in jfxtras.icalendarfx.properties.component.timezone

    Modifier and Type
    Class
    Description
    class 
    Base class for ZoneOffset-based properties
    class 
    TZID Time Zone Identifier RFC 5545, 3.8.3.1, page 102 To specify the identifier for the time zone definition for a time component in the property value LIMITATION: globally unique time zones are stored as strings and the ZoneID is null.
    class 
    TZNAME Time Zone Name RFC 5545, 3.8.3.2, page 103 This property specifies the customary designation for a time zone description.
    class 
    TZOFFSETFROM Time Zone Offset From RFC 5545, 3.8.3.3, page 104 This property specifies the offset that is in use prior to this time zone observance.
    class 
    TZOFFSETTO Time Zone Offset To RFC 5545, 3.8.3.4, page 105 This property specifies the offset that is in use in this time zone observance EXAMPLES: TZOFFSETTO:-0400 TZOFFSETTO:+1245
    class 
    TZURL Time Zone URL RFC 5545, 3.8.3.5, page 106 This property provides a means for a "VTIMEZONE" component to point to a network location that can be used to retrieve an up- to-date version of itself EXAMPLES: TZURL:http://timezones.example.org/tz/America-Los_Angeles.ics