public class UIApplicationEvent extends UIEvent
Constructor and Description |
---|
UIApplicationEvent(UIComponent component,
RecordHolder lspsEvent)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
getEvent(UIComponent component)
Returns the event definition record in the execution context of given component.
|
RecordType |
getEventType() |
RecordHolder |
getOriginalEvent()
Returns the LSPS event as created by the FireApplicationEventAction
(created in the evaluation level of the originating listener).
|
String |
toString() |
getEventProperties, getLspsComponent
public UIApplicationEvent(UIComponent component, RecordHolder lspsEvent)
component
- execution context of the listener which created this application event, not null. May be screen's topmost
component, for example in case of screen resize event (UIScreen.fireBrowserWindowResizeEvent(java.awt.Dimension)
).lspsEvent
- record of type ui::ApplicationEvent
, not null.public RecordType getEventType()
getEventType
in class UIEvent
public RecordHolder getOriginalEvent()
public RecordHolder getEvent(UIComponent component)
UIEvent
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.