Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.html.event
Class HtmlTextEvent  view HtmlTextEvent download HtmlTextEvent.java

java.lang.Object
  extended bycom.voytechs.html.event.Event
      extended bycom.voytechs.html.event.HtmlEvent
          extended bycom.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