Hi Dan ! Thanks for the help of the charts, and we could solve .
Now we have another problem, for a change. We implemented the fullCalendar2 and can not visualize this calendar for weeks or days (hours). Only a month. There any way to change the way you see the calendar shifts to handle a doctor? Link Proyect: https://github.com/KomjatiLuciano/Test Link Class with fullCalendar2: https://github.com/KomjatiLuciano/Test/tree/master/dom/src/main/java/dom/turnos Thanks! 2015-06-29 3:01 GMT-03:00 Dan Haywood <[email protected]>: > If I understand you correctly, you can obtain a drop-down of available > objects for a reference property (or action) use either autoComplete [1], > or choices [2], or @DomainObject(bounded=true) [3] > > HTH > Dan > > [1] > > http://isis.apache.org/guides/rg.html#_rg_methods_prefixes_manpage-autoComplete > [2] > http://isis.apache.org/guides/rg.html#_rg_methods_prefixes_manpage-choices > [3] > > http://isis.apache.org/guides/rg.html#_rg_annotations_manpage-DomainObject_bounded > > > > On 29 June 2015 at 03:28, Consultorio Tesis <[email protected]> > wrote: > > > Hi! > > > > We are students from Argentina , we are working on the final draft in > > Apache Isis. We are developing a management system turn to an online > > clinic. We have problems to list objects of a class in another class. > > We need to list all the doctors in the " turn" to assign class . Enum > > with no problems . In the domain entity we have the property > > "List<Doctor>" and the service entity > > @ParameterLayout(named = "Doctores") final List<Doctor> doctores // > > turnos.setDoctor(doctores); > > > > > > Thank you very much in advance. > > >
