Module com.hack23.cia.web
Class PageActionEventHelperImpl
java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.action.PageActionEventHelperImpl
- All Implemented Interfaces:
PageActionEventHelper
@Service
public final class PageActionEventHelperImpl
extends java.lang.Object
implements PageActionEventHelper
The Class PageActionEventHelperImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new page action event helper impl. -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePageEvent(ViewAction viewAction, com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup applicationEventGroup, java.lang.String page, java.lang.String pageMode, java.lang.String elementId) Creates the page event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PageActionEventHelperImpl
public PageActionEventHelperImpl()Instantiates a new page action event helper impl.
-
-
Method Details
-
createPageEvent
public void createPageEvent(ViewAction viewAction, com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup applicationEventGroup, java.lang.String page, java.lang.String pageMode, java.lang.String elementId) Description copied from interface:PageActionEventHelperCreates the page event.- Specified by:
createPageEventin interfacePageActionEventHelper- Parameters:
viewAction- the view actionapplicationEventGroup- the application event grouppage- the pagepageMode- the page modeelementId- the element id
-