Up

GSWeb: Class GSWFileUploadComponent

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

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

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

Software documentation for the GSWFileUploadComponent class

GSWFileUploadComponent : GSWComponent

Declared in:
Foundation/GSWFileUploadComponent.h
Standards:

Description forthcoming.


Instance Variables

Method summary

isDeleteEnabled 

- (BOOL) isDeleteEnabled;

Description forthcoming.


isViewEnabled 

- (BOOL) isViewEnabled;

Description forthcoming.




Instance Variables for GSWFileUploadComponent Class

_tmpFileInfo

@protected NSMutableDictionary* _tmpFileInfo;

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