com.jdc.gui.html.tag.attr
Class OnReset
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.Event
|
+--com.jdc.gui.html.tag.attr.OnReset
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- Direct Known Subclasses:
- Form.OnReset
- public class OnReset
- extends Event
OnReset is used to create an HTML event attribute required by HTML tags implemented
as classes like Form and Input.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
Form,
Input,
Serialized Form
|
Constructor Summary |
OnReset()
Constructs a OnReset object. |
OnReset(boolean returnValue)
Constructs a OnReset object. |
KEYWORD
public static final String KEYWORD
- The HTML attribute keyword.
- See Also:
- Constant Field Values
OnReset
public OnReset()
- Constructs a OnReset object.
OnReset
public OnReset(boolean returnValue)
- Constructs a OnReset object.
create
public String create(String value)
- Create and return the onReset attribute.
- Returns:
- String The onReset attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.