public class UIEventQueueEntry extends Object implements Serializable
UIListener
and UIEvent
.Constructor and Description |
---|
UIEventQueueEntry(UIEvent uiEvent,
UIListener uiListener,
UIComponent scope) |
Modifier and Type | Method and Description |
---|---|
UIComponent |
getScope() |
UIEvent |
getUiEvent() |
UIListener |
getUiListener() |
Set<RecordHolder> |
processEvent()
|
void |
scheduleComponentsForRefresh(LspsScreen screen)
Refreshes all necessary components as requested by the
UIFieldNames.REFRESH field. |
boolean |
shouldBeExecuted()
|
String |
toString() |
LspsFormConnector.ValidationErrors |
validate()
|
public UIEventQueueEntry(UIEvent uiEvent, UIListener uiListener, UIComponent scope)
uiListener
- The listener which will process the event. Not null.uiEvent
- The event, not null.scope
- public UIListener getUiListener()
public UIEvent getUiEvent()
public boolean shouldBeExecuted()
public LspsFormConnector.ValidationErrors validate()
public Set<RecordHolder> processEvent()
public void scheduleComponentsForRefresh(LspsScreen screen)
UIFieldNames.REFRESH
field.screen
- the screen, not null.public UIComponent getScope()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.