Up

GSWeb: Class GSWTextField

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2004/05/14 11:47:06

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


Contents -

  1. Software documentation for the GSWTextField class
  2. Software documentation for the GSWTextField(TurbocatAdditions) category

Software documentation for the GSWTextField class

GSWTextField : GSWInput

Declared in:
Foundation/GSWTextField.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendGSWebObjectsAssociationsToResponse: inContext: 

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

Description forthcoming.


formatterForComponent: 

- (NSFormatter*) formatterForComponent: (GSWComponent*)component;

Description forthcoming.


takeValuesFromRequest: inContext: 

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

Description forthcoming.




Instance Variables for GSWTextField Class

_dateFormat

@protected GSWAssociation* _dateFormat;

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.


_formatter

@protected GSWAssociation* _formatter;

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.


_numberFormat

@protected GSWAssociation* _numberFormat;

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.


_useDecimalNumber

@protected GSWAssociation* _useDecimalNumber;

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 GSWTextField(TurbocatAdditions) category

GSWTextField(TurbocatAdditions)

Declared in:
Foundation/GSWTextField.h
Standards:

Description forthcoming.

Method summary

_isFormattedValueInComponent: equalToFormattedValue: 

- (BOOL) _isFormattedValueInComponent: (GSWComponent*)component equalToFormattedValue: (NSString*)newFormattedValue;

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.



Up