Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
- David Wetzel (
dave@turbocat.de)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2006 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWInput.h
Availability: OpenStep
Description forthcoming.
GSWInput declares 4 Instance Variables
- (void)
_appendNameAttributeToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
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.
- (BOOL)
disabledInComponent: (
GSWComponent*)component;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
nameInContext: (
GSWContext*)context;
Availability: OpenStep
Return the name for html output. If no name is
binded, it return the context
id
- (void)
takeValuesFromRequest: (
GSWRequest*)request
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWInput Class
@protected GSWAssociation*
_disabled;
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.
@protected GSWAssociation*
_escapeHTML;
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.
@protected GSWAssociation*
_name;
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.
@protected GSWAssociation*
_value;
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