]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/UIxAppointmentView.h
general enhancements
[scalable-opengroupware.org] / SOGo / UI / Scheduler / UIxAppointmentView.h
1 // $Id$
2
3 #ifndef __SOGo_UIxAppointmentView_H__
4 #define __SOGo_UIxAppointmentView_H__
5
6 #include <SOGoUI/UIxComponent.h>
7
8 @class SOGoDateFormatter;
9
10 @interface UIxAppointmentView : UIxComponent
11 {
12   NSString *tabSelection;
13   id appointment;
14   id attendee;
15   SOGoDateFormatter *dateFormatter;
16 }
17
18 - (id)appointment;
19
20 - (NSString *)attributesTabLink;
21 - (NSString *)participantsTabLink;
22
23 - (NSString *)completeHrefForMethod:(NSString *)_method
24   withParameter:(NSString *)_param
25   forKey:(NSString *)_key;
26
27 @end
28
29 #endif /* __SOGo_UIxAppointmentView_H__ */