Up

GSWeb: Class GSWNestedList

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/07/27 23:48:47

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

Software documentation for the GSWNestedList class

GSWNestedList : GSWDynamicElement

Declared in:
Foundation/GSWNestedList.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_appendToResponse: inContext: orderedList: level: 

- (void) _appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext orderedList: (id)orderedList level: (int)level;

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.


_objectAtIndexPath: inList: currentIndex: inComponent: 

- (id) _objectAtIndexPath: (id)indexPath inList: (id)list currentIndex: (unsigned int)index inComponent: (id)component;

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*)aResponse inContext: (GSWContext*)aContext;

Description forthcoming.


initWithName: associations: template: 

- (id) initWithName: (NSString*)aName associations: (NSDictionary*)associations template: (GSWElement*)templateElement;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.


objectAtIndexPath: inList: inComponent: 

- (id) objectAtIndexPath: (id)indexPath inList: (id)list inComponent: (id)component;

Description forthcoming.




Instance Variables for GSWNestedList Class

_action

@protected GSWAssociation* _action;

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.


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


_isOrdered

@protected GSWAssociation* _isOrdered;

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.


_level

@protected GSWAssociation* _level;

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.


_sublist

@protected GSWAssociation* _sublist;

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.






Up