The af:setPropertyListener and af:SetActionListener components are located under the Operations section of the ADF Faces components panel in the Oracle JDeveloper Component Palette.
They are used to write objects into memory or a managed bean property. While both listeners appear to have identical functionality, they are actually different.
They are used to write objects into memory or a managed bean property. While both listeners appear to have identical functionality, they are actually different.
SetActionListener Vs. SetPropertyListener
The af:SetActionListener responds to action events only, such as a button or link mouse click. In contrast, the af:setPropertyListener responds to events such as calendar, value change, disclosure, focus, launch, poll, range change, return, row disclosure, dialog, launch popup, popup fetch, query, query operation, region navigation, and return popup.
The SetPropertyListener is new in Oracle JDeveloper 11g and should be used instead of the SetActionListener, which is included in Oracle JDeveloper 11g for backward compatibility.
The SetPropertyListener is new in Oracle JDeveloper 11g and should be used instead of the SetActionListener, which is included in Oracle JDeveloper 11g for backward compatibility.
No comments:
Post a Comment