Protected Attributes | Properties

EventEditViewController Class Reference

The view controller which manages the view which edits an event. More...

#import <EventEditViewController.h>

List of all members.

Protected Attributes

IBOutlet UITextField * eventName
 textfield for the title of the event
IBOutlet UITextField * eventLocation
 textfield for the location of the event
IBOutlet UILabel * label
 a lable stating choose event date and time
Eventevent
 New event reference.

Properties

IBOutlet UIDatePicker * pickerView
 datepicker to pick date and time of the event
NSDateFormatter * dateFormatter
 Date formatter used to format the date.
NSInteger eventID
 the unique eventId

Detailed Description

The view controller which manages the view which edits an event.


Member Data Documentation

- (Event*) event [protected]

New event reference.

- (IBOutlet UITextField*) eventLocation [protected]

textfield for the location of the event

- (IBOutlet UITextField*) eventName [protected]

textfield for the title of the event

- (IBOutlet UILabel*) label [protected]

a lable stating choose event date and time


Property Documentation

- (NSDateFormatter *) dateFormatter [read, write, retain]

Date formatter used to format the date.

- (NSInteger) eventID [read, write, assign]

the unique eventId

- (IBOutlet UIDatePicker *) pickerView [read, write, retain]

datepicker to pick date and time of the event


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Properties