com.jdc.gui.html.tag.attr
Class OnClick
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.OnClick
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class OnClick
- extends Event
OnClick 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 |
OnClick()
Constructs a OnClick object. |
OnClick(boolean returnValue)
Constructs a OnClick object. |
ATTRIBUTE
public static final String ATTRIBUTE
- The HTML attribute keyword.
- See Also:
- Constant Field Values
OnClick
public OnClick()
- Constructs a OnClick object.
OnClick
public OnClick(boolean returnValue)
- Constructs a OnClick object.
create
public String create(String value)
- Create and return the onClick attribute.
- Returns:
- String The onClick attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.