public class HtmlAttributeChangeEvent extends EventObject
HtmlAttributeChangeListener
,
Serialized Formsource
Constructor and Description |
---|
HtmlAttributeChangeEvent(HtmlElement element,
String name,
String value)
Constructs a new AttributeEvent from the given element, for the given attribute name and attribute value.
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
getHtmlElement()
Returns the HtmlElement that changed.
|
String |
getName()
Returns the name of the attribute that changed on the element.
|
String |
getValue()
Returns the value of the attribute that has been added, removed, or replaced.
|
getSource, toString
public HtmlAttributeChangeEvent(HtmlElement element, String name, String value)
element
- the element that is sending the eventname
- the name of the attribute that changed on the elementvalue
- the value of the attribute that has been added, removed, or replacedpublic HtmlElement getHtmlElement()
public String getName()
public String getValue()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.