If you want to modify the ui.xml file created by ROO, just rename it and refer to it in the .java file.
For example, you want to modify the PizzaDetailsView.ui.xml file:
Rename it to PizzaDetailsViewPrime.ui.xml Then add this line immediately before the Binder interface declaration:
@UiTemplate ("PizzaDetailsViewPrime.ui.xml")
source share