net.simplace.pipe.formcomponents.date.FWDateFormComponent

This form component provides means to specify a date at a pre-determinable precision. Depending on that precision, appropriate controls are going to be displayed. The component evaluated expressions / placeholders for its min, max and default parameters.


public class FWDateFormComponent extends
net.simplace.pipe.formcomponents.FWAbstractFormComponent implements
javax.swing.event.ChangeListener {
// Public Constructors
public FWDateFormComponent(String aFormId, String aFieldId, boolean
aShowLabel, Element aParameters, FWObservable aObservable);


// Public Instance Methods
public String getValue(); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent



returns The currently selected date
public void setValue(Object aValue); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent


Allows to set the selected date at any time.
public void stateChanged(ChangeEvent e); // From
javax.swing.event.ChangeListener


This event handler gets called if either the subcontrols or the net.simplace.pipe.formcomponents.date.FWFormattedDate have changed
public void setEnabled(boolean aIsEnabled); // Defines
javax.swing.JComponent


public void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines net.simplace.pipe.formcomponents.FWAbstractFormComponent


public void processFormFiller(); // Defines
net.simplace.pipe.formcomponents.FWAbstractFormComponent



// Protected Instance Methods
protected Rectangle getValueCell(int aType);
// Defines net.simplace.pipe.formcomponents.FWAbstractFormComponent




}



Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - net.simplace.pipe.formcomponents.FWAbstractFormComponent (net.simplace.core.FWObserver) - FWDateFormComponent (javax.swing.event.ChangeListener)