|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.html.core.HTMLElementEvent
public class HTMLElementEvent
This element holds the type and the method to call on an html element
Field Summary | |
---|---|
private java.lang.String |
call
the action to do e.g. |
private java.lang.String |
type
The event type e.g. onClick, onMouseOver... |
Constructor Summary | |
---|---|
HTMLElementEvent(java.lang.String type,
java.lang.String call)
Creates a new instance of HTMLElementEvent |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
this equalchecks if it is the same html event type. |
java.lang.String |
getCall()
Returns the action to do |
java.lang.String |
getType()
Returns the event type |
void |
setCall(java.lang.String call)
Set the action to do |
void |
setType(java.lang.String type)
Method to set the event type |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String type
private java.lang.String call
Constructor Detail |
---|
public HTMLElementEvent(java.lang.String type, java.lang.String call)
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- eventpublic java.lang.String getCall()
public void setCall(java.lang.String call)
call
- actionpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |