vaadin-fullcalendar icon indicating copy to clipboard operation
vaadin-fullcalendar copied to clipboard

Replace constructors with Builder only.

Open stefanuebe opened this issue 1 year ago • 0 comments

There are still some legacy constructors, that need extra mainenance, but can be easily replaced with the builder. Therefore we should deprecate and remove those constructors (except for the no args one).

To make migration easier, we can provide static methods to the FullCalendarBuilder, e.g. createInstance(JsonObject initialOptions) and createInstance(int maxEntriesPerDay). This part is optional as the FCB itself is relatively simple to use.

stefanuebe avatar May 08 '23 05:05 stefanuebe