@DomEvent(value="input") public class InputEvent extends ComponentEvent<Component>
This event is specifically intended to the used for the input
event in the DOM API.
source
Constructor and Description |
---|
InputEvent(Component source,
boolean fromClient)
Creates a new input event.
|
getSource, isFromClient, unregisterListener
toString
public InputEvent(Component source, boolean fromClient)
source
- the component that fired the eventfromClient
- true
if the event was originally fired on the
client, false
if the event originates from
server-side logicCopyright © 2023. All rights reserved.