|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.html.event
Class HtmlTextEvent

java.lang.Objectcom.voytechs.html.event.Event
com.voytechs.html.event.HtmlEvent
com.voytechs.html.event.HtmlTextEvent
- public class HtmlTextEvent
- extends HtmlEvent
| Field Summary | |
private java.lang.String |
value
|
| Fields inherited from class com.voytechs.html.event.HtmlEvent |
EVENT_CHECKED_MASK, EVENT_DEFAULT_MASK, EVENT_HIDDEN_MASK, EVENT_LINK_MASK, EVENT_LIST_MASK, EVENT_PASSWORD_MASK, EVENT_RADIO_MASK, EVENT_SUBMIT_MASK, EVENT_TEXTAREA_MASK, EVENT_TEXTFIELD_MASK |
| Fields inherited from class com.voytechs.html.event.Event |
|
| Constructor Summary | |
HtmlTextEvent(int type,
int id,
java.lang.String value)
|
|
| Method Summary | |
java.lang.String |
getValue()
|
static void |
main(java.lang.String[] args)
Test function for HtmlTextEvent |
| Methods inherited from class com.voytechs.html.event.Event |
getEventSource, getId, getType, setEventSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
value
private java.lang.String value
| Constructor Detail |
HtmlTextEvent
public HtmlTextEvent(int type,
int id,
java.lang.String value)
| Method Detail |
getValue
public java.lang.String getValue()
main
public static void main(java.lang.String[] args)
- Test function for HtmlTextEvent
|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC