Monday, March 27, 2017

JUCtrlListBinding in adf

https://docs.oracle.com/cd/B14099_19/web.1012/b14022/oracle/jbo/uicli/binding/JUCtrlListBinding.html
https://blogs.oracle.com/jdevotnharvest/entry/how_to_access_selected_rows

A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. This binding operates in two ways:
  • To update attributes (default - LIST_OPER_SET_ATTRIBUTE)
  • To navigate a set of rows (LIST_OPER_NAVIGATE)

JUCtrlListBinding allDepartsmentList = 
           (JUCtrlListBinding) bindings.get("allDepartments");
    Object[] selVals = allDepartsmentList.getSelectedValues();


No comments: