Uses of Enum Class
jfxtras.icalendarfx.properties.component.descriptive.Status.StatusType
Packages that use Status.StatusType
Package
Description
-
Uses of Status.StatusType in jfxtras.icalendarfx.components
Methods in jfxtras.icalendarfx.components with parameters of type Status.StatusTypeModifier and TypeMethodDescriptionvoidVDisplayable.setStatus(Status.StatusType status) VDisplayable.withStatus(Status.StatusType status) -
Uses of Status.StatusType in jfxtras.icalendarfx.properties.component.descriptive
Subclasses with type arguments of type Status.StatusType in jfxtras.icalendarfx.properties.component.descriptiveModifier and TypeClassDescriptionclassSTATUS RFC 5545 iCalendar 3.8.1.11. page 92 This property defines the overall status or confirmation for the calendar component.static enumMethods in jfxtras.icalendarfx.properties.component.descriptive that return Status.StatusTypeModifier and TypeMethodDescriptionstatic Status.StatusTypeStatus.StatusType.enumFromName(String propertyName) get enum from namestatic Status.StatusTypeReturns the enum constant of this class with the specified name.static Status.StatusType[]Status.StatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jfxtras.icalendarfx.properties.component.descriptive with parameters of type Status.StatusType