InterviewSolution
| 1. |
Write Code To Access The Current Row And Or The View Object Inside Your Bean.? |
|
Answer» code to access the CURRENT row and or the view OBJECT INSIDE your BEAN: BindingContainer bc = BindingContext.getCurrent().getCurrentBindingsEntry(); code to access the current row and or the view object inside your bean: BindingContainer bc = BindingContext.getCurrent().getCurrentBindingsEntry(); |
|