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