Package | Description |
---|---|
com.whitestein.lsps.vaadin | |
com.whitestein.lsps.vaadin.forms | |
com.whitestein.lsps.vaadin.ui | |
com.whitestein.lsps.vaadin.ui.events | |
com.whitestein.lsps.vaadin.util |
Modifier and Type | Method and Description |
---|---|
boolean |
LspsScreen.triggerEventProcessing(UIEvent triggeringEvent)
Process all events in the queue - invokes standard LSPS ui lifecycle
|
boolean |
CustomUIWithContextScreen.triggerEventProcessing(UIEvent triggeringEvent) |
boolean |
CustomUIScreen.triggerEventProcessing(UIEvent triggeringEvent) |
Modifier and Type | Method and Description |
---|---|
boolean |
Form.triggerEventProcessing(UIEvent triggeringEvent) |
Modifier and Type | Method and Description |
---|---|
UIEvent |
UIEventQueueEntry.getUiEvent() |
Modifier and Type | Method and Description |
---|---|
void |
UIScreen.addEventToQueue(UIEvent uiEvent,
UIListener uiListener)
INTERNAL API, do no use
|
void |
UIEventQueue.addEventToQueue(UIEvent uiEvent,
UIListener uiListener)
Adds an event to the event queue.
|
void |
UIComponentData.fireUIEvent(UIEvent event)
This method provides LSPS with possibility to fire
UIEvent
directly on component itself. |
ComponentsToProcess |
UIEventQueue.getComponentsToProcess(UIEvent triggeringEvent)
Returns the definitions of the components for which value change events should be processed.
|
boolean |
UIScreen.triggerEventProcessing(UIEvent triggeringEvent) |
Constructor and Description |
---|
UIEventQueueEntry(UIEvent uiEvent,
UIListener uiListener,
UIComponent scope) |
Modifier and Type | Class and Description |
---|---|
class |
UIApplicationEvent
Event representing lsps "ui::ApplicationEvent".
|
class |
UIAsynchronousTextChangeEvent
Event representing lsps "ui::TextChangeEvent".
|
class |
UICalendarEvent
A calendar event.
|
class |
UIChartClickEvent
Event representing lsps "ui::ChartClickEvent".
|
class |
UIFileUploadEvent
Event representing lsps "ui::FileUploadEvent".
|
class |
UIGeolocationEvent |
class |
UIInitEvent
Event representing lsps "ui::InitEvent".
|
class |
UIMapClickedEvent |
class |
UIMarkerClickedEvent |
class |
UIMarkerDraggedEvent |
class |
UIMenuEvent
Represents the ui::MenuEvent
|
class |
UIPopupCloseRequestEvent |
class |
UIRendererClickedEvent
An event indicating a click on the renderer in the grid cell.
|
class |
UITablePageChangeEvent |
class |
UITreeEvent |
class |
UIValueChangeEvent
Event representing lsps "ui::ValueChangeEvent".
|
class |
UIWidgetChangeEvent
Event representing lsps "ui::WidgetChangeEvent".
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponents.fireAndProcess(UIEvent event)
Fires given event and triggers event processing.
|
static void |
UIComponents.fireAndProcess(UIEvent event,
boolean handleErrorInScreen)
Fires given event and triggers event processing.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.