com.partnersoft.gui.forms
Class FormTimeField

java.lang.Object
  extended by com.partnersoft.gui.forms.AbstractFormField<T>
      extended by com.partnersoft.gui.forms.AbstractFormTextField<Time>
          extended by com.partnersoft.gui.forms.FormTimeField
All Implemented Interfaces:
FormField<Time>

public class FormTimeField
extends AbstractFormTextField<Time>

A FormField that modifies com.partnersoft.data.Date objects.

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
FormTimeField()
           
 
Method Summary
 
Methods inherited from class com.partnersoft.gui.forms.AbstractFormTextField
getJTextField, getValue, setValue
 
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

FormTimeField

public FormTimeField()