Java Question Extending ViewWrapper

corwin42

Expert
Licensed User
Longtime User
Because I want to create a new custom View I want to extend ViewWrapper. This works but the xml for the IDE is not generated correctly because I don't have the source of the ViewWrapper class and the Javadoc can't generate the information for the IDE.

Can this be solved somehow other than overriding all inherited methods and write the documentation again?
 
Top