public class UIRendererClickedEvent extends UIEvent
| Constructor and Description |
|---|
UIRendererClickedEvent(UIComponent component,
Variant<?> row) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
Variant<?> |
getRow()
Gets the row object of the row in which the click occurred.
|
getEvent, getEventType, getLspsComponent, toStringpublic UIRendererClickedEvent(UIComponent component, Variant<?> row)
component - the definition component of the rendererrow - the row object of the row in which the click occurred.public Variant<?> getRow()
protected Map<String,?> getEventProperties(UIComponent component)
UIEventgetEventProperties in class UIEventcomponent - the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.