Uses of Class
org.robovm.apple.eventkitui.EKCalendarChooserDisplayStyle
| Package | Description |
|---|---|
| org.robovm.apple.eventkitui |
-
Uses of EKCalendarChooserDisplayStyle in org.robovm.apple.eventkitui
Methods in org.robovm.apple.eventkitui that return EKCalendarChooserDisplayStyle Modifier and Type Method Description static EKCalendarChooserDisplayStyleEKCalendarChooserDisplayStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static EKCalendarChooserDisplayStyleEKCalendarChooserDisplayStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static EKCalendarChooserDisplayStyle[]EKCalendarChooserDisplayStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.eventkitui with parameters of type EKCalendarChooserDisplayStyle Modifier and Type Method Description protected longEKCalendarChooser. init(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)protected longEKCalendarChooser. init(EKCalendarChooserSelectionStyle selectionStyle, EKCalendarChooserDisplayStyle displayStyle, EKEventStore eventStore)Constructors in org.robovm.apple.eventkitui with parameters of type EKCalendarChooserDisplayStyle Constructor Description EKCalendarChooser(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)EKCalendarChooser(EKCalendarChooserSelectionStyle selectionStyle, EKCalendarChooserDisplayStyle displayStyle, EKEventStore eventStore)