|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gui.forms.AbstractFormField<Date>
com.partnersoft.gui.forms.FormDateField
public class FormDateField
A FormField that modifies com.partnersoft.data.Date objects. Includes a pop-up calendar control.
Copyright 2004-2008 Partner Software, Inc.
| 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 |
|---|
public FormDateField()
| Method Detail |
|---|
public Date getValue()
public void setValue(Date newValue)
public com.toedter.calendar.JDateChooser getJDateChooser()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||