Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to enable/disable deselect for date picker #68

Merged
merged 2 commits into from
Oct 15, 2013

Conversation

mbulthuis
Copy link

I discused this feature with Tom Eugelink

@mbulthuis
Copy link
Author

Note: only added supported for single select mode.

@@ -53,16 +53,23 @@
*/
public class CalendarPicker extends Control
{
private boolean deselectEnabled = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In JavaFX we do not use Java Bean style properties, but JavaFX properties. This allows the binding functionality. See the show time property at line 209.

tbee added a commit that referenced this pull request Oct 15, 2013
Added option to enable/disable deselect for date picker
@tbee tbee merged commit 1fd583c into JFXtras:2.2 Oct 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants