Up: W3Kit Class Reference

W3HtmlObjects

The W3HtmlOutputs protocol is that expected to be implemented by the contents of a Fill-Out Form, and by the simple or compound elements from which such Forms are built.

@protocol W3HtmlOutputs
- printHtml;
- init;
- free;
- read:(TypedStream *)stream;
- write:(TypedStream *)stream;
@end
The W3HtmlInputs protocol is for W3HtmlOutputs that can also directly receive simulated user events.

@protocol W3HtmlInputs 
- (int)htmlID;
- (BOOL)doesTriggerReturn;
- (BOOL)willReturnValue;
- enterStringValue:(const char *)aString;
- enterIntPointValue:(const IntPoint *)aPoint;
- enterImpliedValue;
@end


Up: W3Kit Class Reference

[HOME] The Geometry Center Home Page

Author: Paul Burchard
Comments to: webmaster@www.geom.uiuc.edu
Created: Apr 18 1994 --- Last modified: Tue Jun 18 10:42:46 1996