The easiest approach is probably to use the UiEvent classes defined in @DomainObjectLayout, and then set up a subscriber of these events.
HTH, Dan On 2 Mar 2016 07:03, "Shan Wijesinghe" <[email protected]> wrote: > Hi all, > > I have a JAXB annotated view model. I want to change "title" and > "iconName" using a Mixin to my original java class without adding title > and iconName methods to original class. How can I do this. Please make > suggestions. Thanks in advance. > > --regards > Dilshan. >
