| org.romaframework.aspect.view.ViewCallback
All known Subclasses: org.romaframework.module.crud.CRUDMain, org.romaframework.module.admin.view.domain.activesession.ActiveSessionMain, org.romaframework.core.domain.message.Message, org.romaframework.module.admin.view.domain.info.InfoFilter, org.romaframework.module.designer.view.domain.SchemaViewInstance, org.romaframework.module.users.view.domain.portal.PortletPreferencesConfiguration, org.romaframework.module.users.view.domain.baseprofile.BaseProfileInstance, org.romaframework.module.crud.CRUDInstance, org.romaframework.module.admin.view.domain.activesession.SessionAttributeInfoInstance, org.romaframework.module.admin.view.domain.environment.EnvironmentInstance, org.romaframework.aspect.reporting.jr.view.domain.TemplateManagerMain,
ViewCallback | public interface ViewCallback (Code) | | Callback interface to catch events from the rendering engine.
author: Luca Garulli (luca.garulli@assetdata.it) |
Method Summary | |
public void | onDispose() | public void | onShow() It's called by the rendering engine before the object is displayed. |
onDispose | public void onDispose()(Code) | | |
onShow | public void onShow()(Code) | | It's called by the rendering engine before the object is displayed.
Implementing this method allow to makes form initialization.
|
|
|