Jump to content
We've recently updated our Privacy Statement, available here ×

alvarotuso

Members
  • Posts

    1
  • Joined

  • Last visited

alvarotuso's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. I have used this solution for both javafx tableviews and jasperreports: Create a method in the composite class wich returns the child's description. For example: public class Class { private OhterClass otherclass; public String getOtherClassDesc() { return this.otherclass.getDescription(); } }
×
×
  • Create New...