Capture Schedule component month manipulation event

2

By using the Primefaces Schedule component, you can manipulate the events of buttons that change the current calendar month, the buttons marked with the circle in the image below?

Iwanttocapturefromtheeventassociatedwiththe"navigation buttons" the selected month and perform from this event an on-demand query, that is, a query that takes into account the month selected by the navigation button.

Is this implementation possible? If so, how should I proceed?

    
asked by anonymous 14.03.2016 / 19:30

1 answer

1

No need to capture button events, follow the 3rd example of the showcase of primefaces ( Lazy Schedule), you must load the events in method loadEvents(Date start, Date end) (line 38)

    
20.03.2016 / 08:55