0% found this document useful (0 votes)
18 views

Dilip's Oracle Application Framework Blog - Add FireAction On Button Programmatically

Uploaded by

Mustafa Taha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Dilip's Oracle Application Framework Blog - Add FireAction On Button Programmatically

Uploaded by

Mustafa Taha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

10/14/24, 8:55 AM Dilip's Oracle Application Framew ork Blog: Add FireAction on button Programmatically

‫تسجيل الدخول‬ ‫إنشاء مدونة إلكترونية‬ ‫المزيد‬

Dilip's Oracle Application Framework Blog

Sunday 7 June 2015 About Me

Add FireAction on button Programmatically

import oracle.cabo.ui.action.FireAction;
import oracle.cabo.ui.action.FirePartialAction;
import oracle.apps.fnd.framework.webui.beans.nav.OAButtonBean;

In Controller PR
Oracle Certified Cloud
-------------------- Specialist

Followers
OAButtonBean btn =(OAButtonBean)webBean.findChildRecursive("xxpdf");
if(btn!=null) Followers (16)
{

FireAction firePartialAction = new FirePartialAction("notifyBtn");


btn.setAttributeValue(PRIMARY_CLIENT_ACTION_ATTR,firePartialAction);
btn.setText("View PDF");

Follow

Thanks,
Dilip Topics


► 2018 (2)

► 2017 (3)
https://dilipoaf.blogspot.com/2015/06/add-fireaction-on-button.html 1/2
10/14/24, 8:55 AM Dilip's Oracle Application Framew ork Blog: Add FireAction on button Programmatically


▼ 2015 (3)
Posted by Fusion To Cloud at 11:56

▼ June (2)
Add FireAction on
No comments: button
Programmatically
Post a Comment Pass Parameter
from one Page to
Newer Post Home Older Post another page on
Bu...
Subscribe to: Post Comments (Atom)

► February (1)


► 2014 (3)

► 2013 (24)

► 2012 (5)

Simple theme. Theme images by luoman. Powered by Blogger.

https://dilipoaf.blogspot.com/2015/06/add-fireaction-on-button.html 2/2

You might also like