Skip to main content

Posts

Showing posts from 2012

Oracle ADF Button Properties

< af:commandButton > Events javax.faces.event. ActionEvent : Invoke Application ,Apply Request Values. Event delivered when the "action" of the component has been invoked; for example, by clicking on a button. The action may result in page navigation. org.apache.myfaces.trinidad.event. ReturnEvent  : Apply Request Values Event delivered when the dialogue has completed successfully. org.apache.myfaces.trinidad.event. LaunchEvent  : Invoke Application,Apply RequestValues Event delivered to prompt the command to launch a dialog. org.apache.myfaces.trinidad.event. AttributeChangeEvent :  Invoke Application,Apply Request Values Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that