Alloy Showcase
f:event
It's possible to attach event listeners to UIComponent events, likepreRenderComponent
or preRenderView
in f:event. General Usage
Just implement a method passing a ComponentSystemEvent parameter and it will be invoked whenever that event occurs. To see the possible values oftype
, just see f:event VDL.Component with id inputTextComponentEventId generated an event.
Component with id outputTextcomponentEventId generated an event.
Source Code
Liferay Faces Alloy 3.0.1 + Liferay Faces Bridge Implementation 4.1.0 + Showcase Common 3.0.1 + Liferay Faces Util 3.1.0 + Mojarra 2.2.17