Uses of Interface
jfxtras.icalendarfx.parameters.VParameter
Packages that use VParameter
-
Uses of VParameter in jfxtras.icalendarfx.parameters
Classes in jfxtras.icalendarfx.parameters that implement VParameterModifier and TypeClassDescriptionclass3.2.14.class3.2.1.class3.2.3.classCN Common Name RFC 5545, 3.2.2, page 15 To specify the common name to be associated with the calendar user specified by the property.classDELEGATED-TO Delegatees RFC 5545, 3.2.5, page 17 To specify the calendar users to whom the calendar user specified by the property has delegated participation.classDELEGATED-FROM Delegators RFC 5545, 3.2.4, page 17 To specify the calendar users that have delegated their participation to the calendar user specified by the property.classDIR Directory Entry Reference RFC 5545, 3.2.6, page 18 To specify reference to a directory entry associated with the calendar user specified by the property.classENCODING Inline Encoding RFC 5545, 3.2.7, page 18 To specify an alternate inline encoding for the property value.classFormat Type FMTYPE RFC 5545 iCalendar 3.2.8 page 19 To specify the content type of a referenced object.classFBTYPE Free/Busy Time Type RFC 5545, 3.2.9, page 20 To specify the free or busy time type.classMEMBER Group or List Membership RFC 5545, 3.2.11, page 21 To specify the group or list membership of the calendar user specified by the property.classLANGUAGE Language RFC 5545, 3.2.10, page 21 To specify the language for text values in a property or property parameter.classA non-standard, experimental parameter.classclassROLE Participation Role RFC 5545, 3.2.16, page 25 To specify the language for text values in a property or property parameter.classPARTSTAT Participation Status RFC 5545, 3.2.12, page 22 To specify the language for text values in a property or property parameter.classRANGE Recurrence Identifier Range RFC 5545, 3.2.13, page 23 To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.classRELTYPE Relationship Type RFC 5545, 3.2.15, page 25 To specify the type of hierarchical relationship associated with the calendar component specified by the property.classRSVP RSVP Expectation RFC 5545, 3.2.17, page 26 To specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value.classSENT-BY Sent By RFC 5545, 3.2.18, page 27 To specify the calendar user that is acting on behalf of the calendar user specified by the property.classTZID Time Zone Identifier RFC 5545, 3.2.19, page 27 To specify the identifier for the time zone definition for a time component in the property value.classVALUE Value Date Types RFC 5545 iCalendar 3.2.10 page 29 To explicitly specify the value type format for a property value.classVParameterBase<U,T> Base class of all iCalendar Parameters.Fields in jfxtras.icalendarfx.parameters with type parameters of type VParameterModifier and TypeFieldDescriptionprivate static Map<Class<? extends VParameter<?>>, VParameterElement> VParameterElement.enumFromClassMapprivate Class<? extends VParameter<?>> VParameterElement.myClassMethods in jfxtras.icalendarfx.parameters that return types with arguments of type VParameterModifier and TypeMethodDescriptionClass<? extends VParameter<?>> VParameterElement.elementClass()private static Map<Class<? extends VParameter<?>>, VParameterElement> VParameterElement.makeEnumFromClassMap()Constructor parameters in jfxtras.icalendarfx.parameters with type arguments of type VParameterModifierConstructorDescriptionprivateVParameterElement(String name, Class<? extends VParameter<?>> myClass)