Up
Authors
- David Wetzel (
dave@turbocat.de)
-
Date: Generated at 2025-12-01
Copyright: (C) 2005-2006 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWDynamicGroup.h
Availability: OpenStep
Description forthcoming.
GSWDynamicGroup declares 1 Instance Variables
- (void)
appendChildrenToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
NSMutableArray*)
childrenElements;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasChildrenElements;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
associations: (
NSDictionary*)associations
contentElements: (
NSMutableArray*)children;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)name
associations: (
NSDictionary*)associations
template: (
GSWElement*)template;
Availability: OpenStep
Description forthcoming.
- (void)
takeChildrenValuesFromRequest: (
GSWRequest*)request
inContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWDynamicGroup Class
@protected NSMutableArray*
_children;
Availability: OpenStep
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