Up

GSWeb: Class GSWRadioButton

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 GSWRadioButton class
  2. Software documentation for the GSWRadioButton(GSWRadioButtonA) category
  3. Software documentation for the GSWRadioButton(GSWRadioButtonB) category

Software documentation for the GSWRadioButton class

GSWRadioButton : GSWInput

Declared in:
Foundation/GSWRadioButton.h
Standards:

Bindings value Value for "value" tag of the element. If none, GNUstepWeb generate one selection During appendTo... if it's evaluation equal value evalutaion, the button is checked. During takeValue..., it takes value evaluated value (or contextID if no value) checked During appendTo... if it's evaluated to YES, the button is checked. During takeValue..., it takes YES if button is checked, NO otherwise. name Name of the element in the form (should be unique). If not specified, GSWeb assign one. disabled If evaluated to yes, the button appear inactivated.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.




Instance Variables for GSWRadioButton Class

_checked

@protected GSWAssociation* _checked;

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.


_selection

@protected GSWAssociation* _selection;

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 GSWRadioButton(GSWRadioButtonA) category

GSWRadioButton(GSWRadioButtonA)

Declared in:
Foundation/GSWRadioButton.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWRadioButton(GSWRadioButtonB) category

GSWRadioButton(GSWRadioButtonB)

Declared in:
Foundation/GSWRadioButton.h
Standards:

Description forthcoming.

Method summary

takeValuesFromRequest: inContext: 

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

Description forthcoming.



Up