|
|||||||||
| 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 HtmlEvent

java.lang.Objectcom.voytechs.html.event.Event
com.voytechs.html.event.HtmlEvent
- Direct Known Subclasses:
- HtmlButtonEvent, HtmlCheckedEvent, HtmlDefaultEvent, HtmlLinkEvent, HtmlTextEvent
- public class HtmlEvent
- extends Event
| Field Summary | |
static int |
EVENT_CHECKED_MASK
|
static int |
EVENT_DEFAULT_MASK
|
static int |
EVENT_HIDDEN_MASK
|
static int |
EVENT_LINK_MASK
|
static int |
EVENT_LIST_MASK
|
static int |
EVENT_PASSWORD_MASK
|
static int |
EVENT_RADIO_MASK
|
static int |
EVENT_SUBMIT_MASK
|
static int |
EVENT_TEXTAREA_MASK
|
static int |
EVENT_TEXTFIELD_MASK
|
| Fields inherited from class com.voytechs.html.event.Event |
|
| Constructor Summary | |
HtmlEvent(int eventType,
int eventId)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Test function for HtmlEvent |
| 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 |
EVENT_SUBMIT_MASK
public static final int EVENT_SUBMIT_MASK
- See Also:
- Constant Field Values
EVENT_PASSWORD_MASK
public static final int EVENT_PASSWORD_MASK
- See Also:
- Constant Field Values
EVENT_TEXTAREA_MASK
public static final int EVENT_TEXTAREA_MASK
- See Also:
- Constant Field Values
EVENT_TEXTFIELD_MASK
public static final int EVENT_TEXTFIELD_MASK
- See Also:
- Constant Field Values
EVENT_LIST_MASK
public static final int EVENT_LIST_MASK
- See Also:
- Constant Field Values
EVENT_CHECKED_MASK
public static final int EVENT_CHECKED_MASK
- See Also:
- Constant Field Values
EVENT_RADIO_MASK
public static final int EVENT_RADIO_MASK
- See Also:
- Constant Field Values
EVENT_HIDDEN_MASK
public static final int EVENT_HIDDEN_MASK
- See Also:
- Constant Field Values
EVENT_LINK_MASK
public static final int EVENT_LINK_MASK
- See Also:
- Constant Field Values
EVENT_DEFAULT_MASK
public static final int EVENT_DEFAULT_MASK
- See Also:
- Constant Field Values
| Constructor Detail |
HtmlEvent
public HtmlEvent(int eventType,
int eventId)
| Method Detail |
main
public static void main(java.lang.String[] args)
- Test function for HtmlEvent
|
|||||||||
| Home >> All >> com >> voytechs >> html >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC