@EventType(value="input") public class InputEvent extends Event
change event. The difference is
that the input event occurs immediately after the value of an element has changed, while change
occurs when the element loses focus.| Constructor and Description |
|---|
InputEvent() |
InputEvent(BaseComponent target,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the value of the input data.
|
getCurrentTarget, getData, getPage, getRelatedTarget, getTarget, getTargetId, getType, isStopped, stopPropagationpublic static final String TYPE
public InputEvent()
public InputEvent(BaseComponent target, Object data)
public String getValue()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.