net.sourceforge.jdatepicker
Interface JDatePanel

All Superinterfaces:
JDateComponent
All Known Subinterfaces:
JDatePicker
All Known Implementing Classes:
JDatePanelImpl, JDatePickerImpl

public interface JDatePanel
extends JDateComponent


Method Summary
 boolean isDoubleClickAction()
          Is a double click required to throw a ActionEvent.
 boolean isShowYearButtons()
          Is the year navigation buttons active.
 void setDoubleClickAction(boolean doubleClickAction)
          This changes the behaviour of the control to require a double click on actionable clicks.
 void setShowYearButtons(boolean showYearButtons)
          Sets the visibilty of the Year navigation buttons.
 
Methods inherited from interface net.sourceforge.jdatepicker.JDateComponent
addActionListener, getI18nStrings, getModel, removeActionListener, setI18nStrings
 

Method Detail

setShowYearButtons

void setShowYearButtons(boolean showYearButtons)
Sets the visibilty of the Year navigation buttons. Defaults to false.

Parameters:
showYearButtons -

isShowYearButtons

boolean isShowYearButtons()
Is the year navigation buttons active.

Returns:
visiblity of the year

setDoubleClickAction

void setDoubleClickAction(boolean doubleClickAction)
This changes the behaviour of the control to require a double click on actionable clicks. If this is set the ActionEvent will only be thrown when double clicked on a date. Defaults to false.

Parameters:
doubleClickAction -

isDoubleClickAction

boolean isDoubleClickAction()
Is a double click required to throw a ActionEvent.

Returns:


Copyright © 2010. All Rights Reserved.