Up

GSWeb: Class GSWInput

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.7

Date: 2002/12/06 14:28:27

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


Contents -

  1. Software documentation for the GSWInput class
  2. Software documentation for the GSWInput(GSWInputA) category
  3. Software documentation for the GSWInput(GSWInputB) category
  4. Software documentation for the GSWInput(GSWInputC) category
  5. Software documentation for the GSWInput(GSWInputD) category
  6. Software documentation for the GSWInput(GSWInputE) category

Software documentation for the GSWInput class

GSWInput : GSWHTMLDynamicElement

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.




Instance Variables for GSWInput Class

_disabled

@protected GSWAssociation* _disabled;

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.


_enabled

@protected GSWAssociation* _enabled;

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.


_handleValidationException

@protected GSWAssociation* _handleValidationException;

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.


_name

@protected GSWAssociation* _name;

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.


_tcEscapeHTML

@protected GSWAssociation* _tcEscapeHTML;

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.


_value

@protected GSWAssociation* _value;

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 GSWInput(GSWInputA) category

GSWInput(GSWInputA)

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.

Method summary

disabledInContext: 

- (BOOL) disabledInContext: (GSWContext*)context;

Return YES if element is disabled, NO otherwise, depending on disabled/enabled binding


nameInContext: 

- (NSString*) nameInContext: (GSWContext*)context;

Return the name for html output. If no name is binded, it return the context id


valueInContext: 

- (id) valueInContext: (GSWContext*)context;

return the value used in appendValueToResponse:inContext:


Software documentation for the GSWInput(GSWInputB) category

GSWInput(GSWInputB)

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.

Method summary

takeValuesFromRequest: inContext: 

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

Description forthcoming.


Software documentation for the GSWInput(GSWInputC) category

GSWInput(GSWInputC)

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Append the following elements to response: tag name (by calling -appendNameToResponse:inContext:) value (by calling -appendValueToResponse:inContext:) and others specified tag properties


appendNameToResponse: inContext: 

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

Append name property to response. name come from -nameInContext:


appendValueToResponse: inContext: 

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

Append value property to response. (Called by -appendGSWebObjectsAssociationsToResponse:inContext:)


Software documentation for the GSWInput(GSWInputD) category

GSWInput(GSWInputD)

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.

Method summary

hasGSWebObjectsAssociations 

+ (BOOL) hasGSWebObjectsAssociations;

Description forthcoming.


Software documentation for the GSWInput(GSWInputE) category

GSWInput(GSWInputE)

Declared in:
Foundation/GSWInput.h
Standards:

Description forthcoming.

Method summary

handleValidationException: inContext: 

- (void) handleValidationException: (NSException*)exception inContext: (GSWContext*)context;

Description forthcoming.



Up