com.partnersoft.gui.forms
Class FormDateField

java.lang.Object
  extended by com.partnersoft.gui.forms.AbstractFormField<Date>
      extended by com.partnersoft.gui.forms.FormDateField
All Implemented Interfaces:
FormField<Date>

public class FormDateField
extends AbstractFormField<Date>

A FormField that modifies com.partnersoft.data.Date objects. Includes a pop-up calendar control.

Copyright 2004-2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Field Summary
 
Fields inherited from class com.partnersoft.gui.forms.AbstractFormField
gui
 
Constructor Summary
FormDateField()
           
 
Method Summary
 com.toedter.calendar.JDateChooser getJDateChooser()
           
 Date getValue()
          Returns the current value for this field.
 void setValue(Date newValue)
          Sets the current value for this field.
 
Methods inherited from class com.partnersoft.gui.forms.AbstractFormField
addFieldListener, doAction, fireActionRequested, fireValueChanged, getGui, isDisabled, removeFieldListener, setDisabled, setToolTipText, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDateField

public FormDateField()
Method Detail

getValue

public Date getValue()
Returns the current value for this field.


setValue

public void setValue(Date newValue)
Sets the current value for this field.


getJDateChooser

public com.toedter.calendar.JDateChooser getJDateChooser()