Up

GSWeb: Class GSWBrowser

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2002/11/18 11:14:55

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


Contents -

  1. Software documentation for the GSWBrowser class
  2. Software documentation for the GSWBrowser(GSWBrowserA) category
  3. Software documentation for the GSWBrowser(GSWBrowserB) category
  4. Software documentation for the GSWBrowser(GSWBrowserC) category

Software documentation for the GSWBrowser class

GSWBrowser : GSWInput

Declared in:
Foundation/GSWBrowser.h
Standards:

Description forthcoming.


Instance Variables

Method summary

description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


initWithName: associations: contentElements: 

- (id) initWithName: (NSString*)name associations: (NSDictionary*)associations contentElements: (NSArray*)elements;

Description forthcoming.




Instance Variables for GSWBrowser 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.


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


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


_multiple

@protected GSWAssociation* _multiple;

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.


_selectedValues

@protected GSWAssociation* _selectedValues;

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.


_size

@protected GSWAssociation* _size;

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 GSWBrowser(GSWBrowserA) category

GSWBrowser(GSWBrowserA)

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

GSWBrowser(GSWBrowserB)

Declared in:
Foundation/GSWBrowser.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


appendValueToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWBrowser(GSWBrowserC) category

GSWBrowser(GSWBrowserC)

Declared in:
Foundation/GSWBrowser.h
Standards:

Description forthcoming.

Method summary

appendStringAtRight: withMapping: 

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

Description forthcoming.



Up