Class FWResultFormComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, FWObserver

public class FWResultFormComponent extends FWAbstractFormComponent
This form component displays results dynamically for different content. Use form filler to pass content to the result component optional: net.simplace.pipe.formcomponents.filler.FWDatabaseFormComponentFiller initial ${mal1.choice2} st_9 or: chart or... net.simplace.pipe.formcomponents.filler.FWChartResultFormComponentPanel and... ${mal1.choice2} st_9 only for chartresults!
Version:
1.0
Author:
Andreas Enders
See Also:
  • Field Details

    • iContentPanel

      protected JPanel iContentPanel
      The Panel the chart is displayed in.
  • Constructor Details

    • FWResultFormComponent

      public FWResultFormComponent(String aFormID, String aFieldID, boolean aShowLabel, int aDetachable, org.jdom2.Element aFormElement, FWObservable aObservable)
      Parameters:
      aFormID -
      aFieldID -
      aShowLabel -
      aDetachable -
      aFormElement -
      aObservable -
  • Method Details