Up

GSWeb: Class GSWCheckBoxList

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2003/11/23 18:33:29

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


Contents -

  1. Software documentation for the GSWCheckBoxList class
  2. Software documentation for the GSWCheckBoxList(GSWCheckBoxListA) category
  3. Software documentation for the GSWCheckBoxList(GSWCheckBoxListB) category
  4. Software documentation for the GSWCheckBoxList(GSWCheckBoxListC) category

Software documentation for the GSWCheckBoxList class

GSWCheckBoxList : GSWInput

Declared in:
Foundation/GSWCheckBoxList.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 GSWCheckBoxList Class

_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.


_itemDisabled

@protected GSWAssociation* _itemDisabled;

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.


_selectionValues

@protected GSWAssociation* _selectionValues;

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.


_selections

@protected GSWAssociation* _selections;

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 GSWCheckBoxList(GSWCheckBoxListA) category

GSWCheckBoxList(GSWCheckBoxListA)

Declared in:
Foundation/GSWCheckBoxList.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 GSWCheckBoxList(GSWCheckBoxListB) category

GSWCheckBoxList(GSWCheckBoxListB)

Declared in:
Foundation/GSWCheckBoxList.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWCheckBoxList(GSWCheckBoxListC) category

GSWCheckBoxList(GSWCheckBoxListC)

Declared in:
Foundation/GSWCheckBoxList.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