I have a very short and straight to the point question.
When adding an Edit form in an ADF/Swing View project (dragging a data control to the JFrame, then clicking ‘Edit Form’), you get a pretty useful GUI to decide what to show and what not, and how to format the data values. However, when you finally click ‘ok’ there, and the form is created, there seems to be no way back into that GUI to edit the things just decided.
I want to edit forms very often and find myself deleting the forms and their bindings, then creating the entire form anew over and over again, I suppose there must be a way to edit the form?
Thanks in advance.
No, you can’t re-enter the editor dialog. This is only possible for Tables and Trees and Tree-tables
What edits do you want to do?
You can drag and drop fields to reposition them or right click a field and select rebind and choose a different DC mapping or use properties to change behavior or “convert” to change to a different ui comp.
Exactly what edit do you want to do?