com.jdc.gui.html.tag.attr
Class OnDoubleClick
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.OnDoubleClick
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class OnDoubleClick
- extends Event
OnDoubleClick 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 |
OnDoubleClick()
Constructs a OnDoubleClick object. |
OnDoubleClick(boolean returnValue)
Constructs a OnDoubleClick object. |
OnDoubleClick
public OnDoubleClick()
- Constructs a OnDoubleClick object.
OnDoubleClick
public OnDoubleClick(boolean returnValue)
- Constructs a OnDoubleClick object.
create
public String create(String value)
- Create and return the onDoubleClick attribute.
- Returns:
- String The onDoubleClick attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.