OA Framework Toolkit Wiki
Brought to you by:
bgoodsell
Package [com.oaframework.toolkit.common.util]
The UiEvent interface specifes the following methods:
public String getName() public boolean isTriggered (OAPageContext pageContext)
UiEvent is implemented by two classes [PprEvent] and [NavButton]. UiEvents are created by Page Controllers and the isTriggered() method will return true if the particular User Interface Event has been fired.
Wiki: Log
Wiki: NavButton
Wiki: Navigation
Wiki: PprEvent
Wiki: com.oaframework.toolkit.common.util