public class UIInitEvent extends UIEvent
Constructor and Description |
---|
UIInitEvent(UIComponent component,
boolean isFirstLoad,
boolean isFirstLoadAfterSave)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
getEvent, getEventType, getLspsComponent, toString
public UIInitEvent(UIComponent component, boolean isFirstLoad, boolean isFirstLoadAfterSave)
component
- initialize this component, not null.isFirstLoad
- if true, this init event is fired on this component for the first time.isFirstLoadAfterSave
- ???protected Map<String,?> getEventProperties(UIComponent component)
UIEvent
getEventProperties
in class UIEvent
component
- the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.