Up

GSWeb: Class GSWPopUpButton

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

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

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


Contents -

  1. Software documentation for the GSWPopUpButton class
  2. Software documentation for the GSWPopUpButton(GSWPopUpButtonA) category
  3. Software documentation for the GSWPopUpButton(GSWPopUpButtonB) category

Software documentation for the GSWPopUpButton class

GSWPopUpButton : GSWInput

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

_count

@protected GSWAssociation* _count;

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.


_noSelectionString

@protected GSWAssociation* _noSelectionString;

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.


_selectedValue

@protected GSWAssociation* _selectedValue;

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.





Software documentation for the GSWPopUpButton(GSWPopUpButtonA) category

GSWPopUpButton(GSWPopUpButtonA)

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


appendValueToResponse: inContext: 

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

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.


Software documentation for the GSWPopUpButton(GSWPopUpButtonB) category

GSWPopUpButton(GSWPopUpButtonB)

Declared in:
Foundation/GSWPopUpButton.h
Standards:

Description forthcoming.

Method summary

appendStringAtRight: withMapping: 

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

Description forthcoming.



Up