JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

drawn and dragged appointment callbacks #49

Closed daviddbal closed 8 years ago

daviddbal commented 8 years ago

NEW APPOINTMENT DRAWN CALLBACK I want a callback after a new appointment is drawn. The callback will be used to make a popup for simple editing and provide buttons to advanced editing. Similar popups exist in popular calendars like Google and Yahoo.

DRAGGED APPOINTMENT CALLBACK Normally, I update the VComponents list when changes to appointments occur through a listener. But, the listener doesn't fire when an individual appointment is edited. I handle updating the VComponents through the edit popup, but I have no way to do so when an appointment is dragged to a new time. Therefore, I need a callback for dragging appointments to update the VComponents.