@DomEvent(value="ui-poll") public class PollEvent extends ComponentEvent<UI>
Modifier and Type | Field and Description |
---|---|
static String |
DOM_EVENT_NAME |
source
Constructor and Description |
---|
PollEvent(UI ui,
boolean fromClient)
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
|
getSource, isFromClient, unregisterListener
toString
public static final String DOM_EVENT_NAME
public PollEvent(UI ui, boolean fromClient)
ui
- the source UIfromClient
- true
if the event originated from the client
side, false
otherwiseCopyright © 2025. All rights reserved.