It is necessary for the Vaadin InlineDateField component http://demo.vaadin.com/sampler#DateInline to handle the change event of the displayed month / year, without changing the date (the valueChange event does not occur). I have not found the component for this. The only way that comes to mind is to change the client implementation to your own. How to do it?

  • As I understand it, on this forum you are unlikely to answer such huge and complex questions! Read the documentation! And nobody, too, answers the huge questions to me, only they put minuses and say that they will only answer for a fee! - Rules
  • one
    Nonsense you say. There were many difficult questions that were answered satisfactorily. Usually really stupid questions are minus. - cy6erGn0m

1 answer 1

I remembered that I asked a question here. Found the answer, maybe someone will come in handy. As I thought, the solution was simple. There is an extended component StyleCalendar . It transmits events related to the redrawing of the calendar (month / year change). So most with client implementation did not have to bother.