Up

GSWeb: Class GSWRadioButtonList

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2003/11/23 18:32:40

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


Contents -

  1. Software documentation for the GSWRadioButtonList class
  2. Software documentation for the GSWRadioButtonList(GSWRadioButtonListA) category
  3. Software documentation for the GSWRadioButtonList(GSWRadioButtonListB) category

Software documentation for the GSWRadioButtonList class

GSWRadioButtonList : GSWInput

Declared in:
Foundation/GSWRadioButtonList.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.




Instance Variables for GSWRadioButtonList Class

_autoValue

@protected BOOL _autoValue;

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.


_defaultEscapeHTML

@protected BOOL _defaultEscapeHTML;

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.


_displayString

@protected GSWAssociation* _displayString;

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.


_escapeHTML

@protected GSWAssociation* _escapeHTML;

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.


_index

@protected GSWAssociation* _index;

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.


_isDisplayStringBefore

@protected GSWAssociation* _isDisplayStringBefore;

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.


_item

@protected GSWAssociation* _item;

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.


_list

@protected GSWAssociation* _list;

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.


_prefix

@protected GSWAssociation* _prefix;

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.


_selectionValue

@protected GSWAssociation* _selectionValue;

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.


_suffix

@protected GSWAssociation* _suffix;

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 GSWRadioButtonList(GSWRadioButtonListA) category

GSWRadioButtonList(GSWRadioButtonListA)

Declared in:
Foundation/GSWRadioButtonList.h
Standards:

Description forthcoming.

Method summary

_fastTakeValuesFromRequest: inContext: 

- (void) _fastTakeValuesFromRequest: (GSWRequest*)request 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.


_slowTakeValuesFromRequest: inContext: 

- (void) _slowTakeValuesFromRequest: (GSWRequest*)request 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.


appendToResponse: inContext: 

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

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.


Software documentation for the GSWRadioButtonList(GSWRadioButtonListB) category

GSWRadioButtonList(GSWRadioButtonListB)

Declared in:
Foundation/GSWRadioButtonList.h
Standards:

Description forthcoming.

Method summary

appendStringAtLeft: withMapping: 

- (BOOL) appendStringAtLeft: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


appendStringAtRight: withMapping: 

- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


compactHTMLTags 

- (BOOL) compactHTMLTags;

Description forthcoming.



Up