How To Format A Programmatically Created Submit Button in OAF Extension - Sourcing Module - Oracle Forums
How To Format A Programmatically Created Submit Button in OAF Extension - Sourcing Module - Oracle Forums
New Post
E-Business Suite
Announcement
For appeals, questions and feedback, please email oracle-forums_moderators_us@oracle.com
Hi Gurus,
I am having an issue, I created one button programmatically but I am not able to set its position
as per customer requirement.
If you see the attached image, there is a gap between go button and the custom Accept one Bid.
Client requirement is to move the button before action list but I could not set the region settings
for this..
Application = Oracle R12 Sourcing --> Page Name --> Negotiation
Appreciate if any one can help. below is my button code.
https://forums.oracle.com/ords/apexds/post/how-to-format-a-programmatically-created-submit-button-in-o-8481#comment_ 1/4
2/21/24, 8:07 AM How to format a programmatically created submit button in OAF Extension -> Sourcing Module - Oracle Forums
OATableLayoutBean tablelayout =
(OATableLayoutBean)webBean.findChildRecursive("ButtonBarTop");
OARowLayoutBean rowlayout =
(OARowLayoutBean)webBean.findChildRecursive("ButtonBarTopRow");
OAPageLayoutBean pagelayout =
(OAPageLayoutBean)webBean.findChildRecursive("NegotiationSummary");
OASubmitButtonBean MoreInfoBtnBean =
(OASubmitButtonBean)paramOAPageContext.getWebBeanFactory().createWebBean(paramOAPageCo
"BUTTON\_SUBMIT");
MoreInfoBtnBean.setID("xxMoreInfoBtn");
MoreInfoBtnBean.setUINodeName("xxMoreInfoBtn");
MoreInfoBtnBean.setEvent("xxMoreInfoBtn");
MoreInfoBtnBean.setText("Accept One Bid");
// MoreInfoBtnBean.set("ButtonBarGoCell");
rowlayout.addIndexedChild(MoreInfoBtnBean);
//(MoreInfoBtnBean);
MoreInfoBtnBean.getID(MoreInfoBtnBean);
Comments
Israel Ramos
Dec 14 2021
https://forums.oracle.com/ords/apexds/post/how-to-format-a-programmatically-created-submit-button-in-o-8481#comment_ 2/4
2/21/24, 8:07 AM How to format a programmatically created submit button in OAF Extension -> Sourcing Module - Oracle Forums
addIndexedChild(String text)
Adds an indexed child to this web bean of type OAStaticStyledTextBean using the supplied text
as the display content.
addIndexedChild(UINode child)
Adds an indexed child to this web bean.
Cheers
Israel Ramos
1-1
#oa-framework, #oaf
1 comment
Resources
247 views for Why Oracle
Careers Analyst Reports
Developers Best cloud-based ERP
Investors Cloud Economics
Partners Corporate Responsibility
Researchers Diversity and Inclusion
Students and Educators Security Practices
Learn Resources
What is cloud computing? Try Oracle Cloud
What is CRM? Free Training
What is Docker? Arm for Developers
What is Kubernetes? Cloud Architecture Center
https://forums.oracle.com/ords/apexds/post/how-to-format-a-programmatically-created-submit-button-in-o-8481#comment_ 3/4
2/21/24, 8:07 AM How to format a programmatically created submit button in OAF Extension -> Sourcing Module - Oracle Forums
What is Python? Reference Architectures
What is SaaS? Solution Playbooks
Red Bull Racing
Stay Connected
Developer Newsletter
Events
Developer Live
Blog - Developer
Blog - Cloud Infrastructure
Oracle Developer Community
Twitter - Oracle Developers
© Copyright 2024 | Site Map Privacy / Do Not Sell My Info Ad Choices Careers
Built with using Oracle APEX
https://forums.oracle.com/ords/apexds/post/how-to-format-a-programmatically-created-submit-button-in-o-8481#comment_ 4/4