net.sourceforge.jdatepicker
Interface JDatePicker

All Superinterfaces:
JDateComponent, JDatePanel
All Known Implementing Classes:
JDatePickerImpl

public interface JDatePicker
extends JDatePanel


Method Summary
 boolean getButtonFocusable()
          Is the button focusable.
 boolean isTextEditable()
          Is the text component editable or not.
 void setButtonFocusable(boolean focusable)
          Sets the button to be focusable.
 void setTextEditable(boolean editable)
          Is the text component editable or not.
 
Methods inherited from interface net.sourceforge.jdatepicker.JDatePanel
isDoubleClickAction, isShowYearButtons, setDoubleClickAction, setShowYearButtons
 
Methods inherited from interface net.sourceforge.jdatepicker.JDateComponent
addActionListener, getI18nStrings, getModel, removeActionListener, setI18nStrings
 

Method Detail

setTextEditable

void setTextEditable(boolean editable)
Is the text component editable or not. Defaults to false.

Parameters:
editable -

isTextEditable

boolean isTextEditable()
Is the text component editable or not.

Returns:

setButtonFocusable

void setButtonFocusable(boolean focusable)
Sets the button to be focusable. Defaults to true.

Parameters:
focusable -

getButtonFocusable

boolean getButtonFocusable()
Is the button focusable.

Returns:


Copyright © 2010. All Rights Reserved.