mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 08:41:24 +00:00
o cleaned
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc9f1ff69e
commit
aa263b60b2
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
/** GSWTextField.h - <title>GSWeb: Class GSWTextField</title>
|
/** GSWTextField.h - <title>GSWeb: Class GSWTextField</title>
|
||||||
|
|
||||||
Copyright (C) 1999-2002 Free Software Foundation, Inc.
|
Copyright (C) 1999-2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
||||||
Date: Jan 1999
|
Date: Jan 1999
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
#ifndef _GSWTextField_h__
|
#ifndef _GSWTextField_h__
|
||||||
#define _GSWTextField_h__
|
#define _GSWTextField_h__
|
||||||
|
|
||||||
//OK
|
|
||||||
@interface GSWTextField: GSWInput
|
@interface GSWTextField: GSWInput
|
||||||
{
|
{
|
||||||
GSWAssociation* _dateFormat;
|
GSWAssociation* _dateFormat;
|
||||||
|
@ -40,15 +40,19 @@
|
||||||
GSWAssociation* _useDecimalNumber;
|
GSWAssociation* _useDecimalNumber;
|
||||||
GSWAssociation* _formatter;
|
GSWAssociation* _formatter;
|
||||||
};
|
};
|
||||||
|
|
||||||
-(id)initWithName:(NSString*)name
|
-(id)initWithName:(NSString*)name
|
||||||
associations:(NSDictionary*)associations
|
associations:(NSDictionary*)associations
|
||||||
contentElements:(NSArray*)elements;
|
contentElements:(NSArray*)elements;
|
||||||
-(void)dealloc;
|
|
||||||
-(void)takeValuesFromRequest:(GSWRequest*)request
|
-(void)takeValuesFromRequest:(GSWRequest*)request
|
||||||
inContext:(GSWContext*)context;
|
inContext:(GSWContext*)context;
|
||||||
|
|
||||||
-(void)appendGSWebObjectsAssociationsToResponse:(GSWResponse*)response
|
-(void)appendGSWebObjectsAssociationsToResponse:(GSWResponse*)response
|
||||||
inContext:(GSWContext*)context;
|
inContext:(GSWContext*)context;
|
||||||
|
|
||||||
-(NSFormatter*)formatterForComponent:(GSWComponent*)component;
|
-(NSFormatter*)formatterForComponent:(GSWComponent*)component;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface GSWTextField (TurbocatAdditions)
|
@interface GSWTextField (TurbocatAdditions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue