1. Custom ScheduleEvent implementation prevents props update forum.primefaces.orgHi! I've a problem in updating events at Schedule component. I've my own implementation of ScheduleEvent interface and ScheduleModel interface too. when I try to select an event in Schedule component ... |
2. id for ScheduleEvent forum.primefaces.orgprivate Long myId; public Long getMyId() { ... } public String getId() { if (myId == null) return null; else return myId.toString(); } |
3. Add a subtitle attribute into ScheduleEvent? forum.primefaces.org |
4. modify ScheduleEvent forum.primefaces.org>> << jhonny034 Posts: 10 Joined: 24 Jun 2010, 07:51 28 Jun 2010, 19:21 by jhonny034 modify ScheduleEvent good morning to all, I need to add some attributes to ScheduleEvent and ... |
5. ScheduleEvent implementation and Entity forum.primefaces.org20 Jan 2011, 23:56 by smallya ScheduleEvent implementation and Entity Hi I am working on implementing my own ScheduleEvent instead of the DefaultScheduleEvent as I need more attributes than what is ... |