create a method to access the binding container
public BindingContainer getBindings() {
return
BindingContext.getCurrent().getCurrentBindingsEntry();
}
Then import oracle.adf.model.BindingContext and
oracle.binding.BindingContainer
for example if we are writting the ViewDeptEmp1.java code is like this
No comments:
Post a Comment