Up

GSWeb: Class GSWSubmitButton

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/04/15 14:33:16

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


Contents -

  1. Software documentation for the GSWSubmitButton class
  2. Software documentation for the GSWSubmitButton(GSWSubmitButtonA) category

Software documentation for the GSWSubmitButton class

GSWSubmitButton : GSWInput

Declared in:
Foundation/GSWSubmitButton.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.




Instance Variables for GSWSubmitButton Class

_action

@protected GSWAssociation* _action;

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.


_actionClass

@protected GSWAssociation* _actionClass;

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.


_directActionName

@protected GSWAssociation* _directActionName;

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.





Software documentation for the GSWSubmitButton(GSWSubmitButtonA) category

GSWSubmitButton(GSWSubmitButtonA)

Declared in:
Foundation/GSWSubmitButton.h
Standards:

Description forthcoming.

Method summary

_appendActionClassAndNameToResponse: inContext: 

- (void) _appendActionClassAndNameToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


appendNameToResponse: inContext: 

- (void) appendNameToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.



Up