Up

GSWeb: Class GSWFileUploadFormComponent

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.7

Date: 2003/03/24 07:45:51

Copyright: (C) 1999-2003 Free Software Foundation, Inc.

Software documentation for the GSWFileUploadFormComponent class

GSWFileUploadFormComponent : GSWComponent

Declared in:
Foundation/GSWFileUploadFormComponent.h
Standards:

Description forthcoming.


Instance Variables

Method summary

awake 

- (void) awake;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


deleteAction 

- (GSWComponent*) deleteAction;

Description forthcoming.


sleep 

- (void) sleep;

Description forthcoming.


synchronizesVariablesWithBindings 

- (BOOL) synchronizesVariablesWithBindings;

Description forthcoming.


updateAction 

- (GSWComponent*) updateAction;

Description forthcoming.




Instance Variables for GSWFileUploadFormComponent Class

_fileInfo

@protected NSMutableDictionary* _fileInfo;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up