com.jdc.gui.html.tag.attr
Class OnChange
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.OnChange
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class OnChange
- extends Event
OnChange is used to create an HTML event attribute required by HTML tags implemented
as classes like Input.
- Version:
- 1.0
- Author:
- Jay Damon, David E. Taylor
- See Also:
Select,
Serialized Form
|
Constructor Summary |
OnChange()
Constructs a OnChange object. |
OnChange(boolean returnValue)
Constructs a OnChange object. |
OnChange
public OnChange()
- Constructs a OnChange object.
OnChange
public OnChange(boolean returnValue)
- Constructs a OnChange object.
create
public String create(String value)
- Create and return the onChange attribute.
- Returns:
- String The onChange attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.