在 adf 中创建可编辑下拉列表而不使用 LOV
我有一个 ArrayList,想要显示 adf 下拉组件内的 arraylist 中存在的项目。
这可以借助 ADF 中的 af:selectItem 来实现,但这里的问题是它不允许用户输入新值。
就我而言,我希望允许用户在框中输入一个值,以便我触发一个事件以使用输入的值更新下拉列表。
我认为这可以使用 af:inputComboBoxListOfValues 来实现,但问题是我无法将其绑定到数组列表。
那么,谁能告诉我如何在 ADF 中实现我想要的功能?
拉凯什。
I have an ArrayList and want to show items present in the arraylist inside a adf dropdown component.
This can be achieved with the help of af:selectItem in ADF but the problem here is it wont allow user to enter a new value.
In my case, i want to allow user to enter a value in the box so that i fire an event to update dropdown with the entered value.
I think this can be achieved using af:inputComboBoxListOfValues but problem is that i wont be able to bind it to an array list.
So, can anyone please tell how to achieve my desired functionality in ADF?
Rakesh.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 inputComboboxListOfValues
http://jdevadf.oracle.com/adf-richclient-demo /faces/components/inputComboboxListOfValues.jspx
不需要 ADF 绑定,正如您在组件演示中看到的 - 在此处下载:
http://www.oracle.com /technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html
You can use the inputComboboxListOfValues
http://jdevadf.oracle.com/adf-richclient-demo/faces/components/inputComboboxListOfValues.jspx
No need for the ADF Binding as you can see in the components demo - download it here:
http://www.oracle.com/technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html