public class UIEvent extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected UIComponent |
component |
Constructor and Description |
---|
UIEvent(UIComponent component,
String eventTypeFullName) |
Modifier and Type | Method and Description |
---|---|
RecordHolder |
getEvent(UIComponent component)
Returns the event definition record in the execution context of given component.
|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
RecordType |
getEventType() |
UIComponent |
getLspsComponent()
WARNING: after refresh, the component may no longer be present in the component tree (for example, when a table is refreshed
and this component is a table child component).
|
String |
toString() |
protected final UIComponent component
public UIEvent(UIComponent component, String eventTypeFullName)
component
- event originator component, not nulleventTypeFullName
- not nullpublic UIComponent getLspsComponent()
public RecordType getEventType()
public RecordHolder getEvent(UIComponent component)
component
- the component, not null.protected Map<String,?> getEventProperties(UIComponent component)
component
- the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.