Uses of Class
org.robovm.apple.eventkitui.EKCalendarChooserSelectionStyle
| Package | Description |
|---|---|
| org.robovm.apple.eventkitui |
-
Uses of EKCalendarChooserSelectionStyle in org.robovm.apple.eventkitui
Methods in org.robovm.apple.eventkitui that return EKCalendarChooserSelectionStyle Modifier and Type Method Description EKCalendarChooserSelectionStyleEKCalendarChooser. getSelectionStyle()static EKCalendarChooserSelectionStyleEKCalendarChooserSelectionStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static EKCalendarChooserSelectionStyleEKCalendarChooserSelectionStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static EKCalendarChooserSelectionStyle[]EKCalendarChooserSelectionStyle. 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 EKCalendarChooserSelectionStyle 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 EKCalendarChooserSelectionStyle Constructor Description EKCalendarChooser(EKCalendarChooserSelectionStyle style, EKCalendarChooserDisplayStyle displayStyle, EKEntityType entityType, EKEventStore eventStore)EKCalendarChooser(EKCalendarChooserSelectionStyle selectionStyle, EKCalendarChooserDisplayStyle displayStyle, EKEventStore eventStore)