// Aprica2
// copyright Pirmin Braun 1997-2007 - pirmin@pirmin.de
// all Rights reserved;
#import "Aprica.h"
@interface PBWOPortlet : WOComponent
{ WOElement *templ;
BOOL firstAwake;
NSMutableArray *ma;
id currentItem;
NSMutableDictionary *parmDict;
NSString *portletName;
}
ACCESSClassh(templ,setTempl,WOElement)
ACCESSh(portletName,setPortletName)
- (NSMutableDictionary *)parmDict;
- (void)refresh;
- (void)clear;
@end
@interface PortletTempRoot : PBWOPortlet
{ NSString *tempRootPW,*tempRootMeldung;
}
ACCESSh(tempRootPW,setTempRootPW)
ACCESSh(tempRootMeldung,setTempRootMeldung)
@end