Up

GSWeb: Class GSWCheckBox

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

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

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


Contents -

  1. Software documentation for the GSWCheckBox class
  2. Software documentation for the GSWCheckBox(GSWCheckBoxA) category
  3. Software documentation for the GSWCheckBox(GSWCheckBoxB) category

Software documentation for the GSWCheckBox class

GSWCheckBox : GSWInput

Declared in:
Foundation/GSWCheckBox.h
Standards:

Bindings value Value for "valing" tag of the element. If none, GNUstepWeb generate one selection During appendTo... if it's evaluation equal value evalutaion, the check box is checked. During takeValue..., it takes value evaluated value (or contextID if no value) checked During appendTo... if it's evaluated to YES, the check box is checked. During takeValue..., it takes YES if checkbox 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 check box appear inactivated.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.




Instance Variables for GSWCheckBox 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 GSWCheckBox(GSWCheckBoxA) category

GSWCheckBox(GSWCheckBoxA)

Declared in:
Foundation/GSWCheckBox.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWCheckBox(GSWCheckBoxB) category

GSWCheckBox(GSWCheckBoxB)

Declared in:
Foundation/GSWCheckBox.h
Standards:

Description forthcoming.

Method summary

takeValuesFromRequest: inContext: 

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

Description forthcoming.



Up