net.simplace.ui.formengine.date.FWFormattedDate
FWFormattedDate represents a date value at a fixed precision.
public class FWFormattedDate implements java.lang.Cloneable {
// Public Constructors
public FWFormattedDate(Date aDate, FWFormattedDatePrecision aPrecision)
throws ParseException;
public FWFormattedDate(String aValue, FWFormattedDatePrecision aPrecision)
throws ParseException;
public FWFormattedDate(String aValue) throws ParseException;
// Public Instance Methods public String toString(); // Overrides java.lang.Object
returns String representation of this object's value, according to its precision
public int get(int aField);
public void set(int aField, int aValue);
public void add(int aField, int aValue);
public long getTimeInMillis();
public Date getDate();
public void addChangeListener(ChangeListener aListener);
public void removePropertyChangeListener(PropertyChangeListener aListener);
public ChangeListener[] getChangeListeners();
// Protected Instance Methods protected void fireStateChanged();
}
Passed to: after(), before(), FWDatePopUpButton.FWDatePopUpButton()
Returned by: clone(), FWDatePopUpButton.getValue()