net.simplace.ui.formengine.result.FWResultFormComponent

Version: 1.0

This form component displays results dynamically for different content. Use form filler to pass content to the result component optional: net.simplace.ui.formengine.filler.FWDatabaseFormComponentFiller initial ${mal1.choice2} st_9 or: chart or... net.simplace.ui.formengine.filler.FWChartResultFormComponentPanel and... ${mal1.choice2} st_9 only for chartresults!


public class FWResultFormComponent extends
net.simplace.ui.formengine.FWAbstractFormComponent {
// Public Constructors
public FWResultFormComponent(String aFormID, String aFieldID, boolean
aShowLabel, int aDetachable, Element aFormElement, FWObservable
aObservable);

// Protected Instance Variables
protected JPanel iContentPanel;

// Public Instance Methods
public String getValue(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


Returns JFreeChart.toString() of the displayed chart.
returns {@code null} if no chart is currently displayed
public void setValue(Object aValue); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


Does nothing because a chart can not be created from string.
public void update(FWObservable aObservabal, Object aKeyOfParameterChanged);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent


This method is called whenever the observed object is changed. It does nothing yet, because ChartFormComponent is not an input component.
public void processFormFiller(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent



// Protected Instance Methods
protected void exportData(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


protected Rectangle getValueCell(int aType);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent




// Inner Classes
public static final class FWResultFormComponent.ShowMode
}



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.ui.formengine.FWAbstractFormComponent (net.simplace.util.FWObserver) - FWResultFormComponent