Klasse FWImageFormComponent

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible, FWObserver

public class FWImageFormComponent extends FWAbstractFormComponent
Displays an image in a form component for selected argument
Version:
1.0
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • FWImageFormComponent

      public FWImageFormComponent(String aFormID, String aFieldID, boolean aShowLabel, org.jdom2.Element aFormElement, FWObservable aObservable)
      Parameter:
      aFormID -
      aFieldID -
      aShowLabel -
      aFormElement -
      aObservable -
  • Methodendetails

    • getValue

      public String getValue()
      Returns JFreeChart.toString() of the displayed chart.
      Angegeben von:
      getValue in Klasse FWAbstractFormComponent
      Gibt zurück:
      null if no chart is currently displayed
    • setValue

      public void setValue(Object aValue)
      Does nothing because a chart can not be created from string.
      Angegeben von:
      setValue in Klasse FWAbstractFormComponent
      Parameter:
      aValue - of the implemented component
    • update

      public void update(FWObservable aObservabal, Object aKeyOfParameterChanged)
      This method is called whenever the observed object is changed. It does nothing yet, because ChartFormComponent is not an input component.
      Angegeben von:
      update in Schnittstelle FWObserver
      Setzt außer Kraft:
      update in Klasse FWAbstractFormComponent
      Parameter:
      aObservabal - the observable object.
      aKeyOfParameterChanged - an argument passed to the notifyObservers method.
      Siehe auch:
    • processFormFiller

      public void processFormFiller()
      Angegeben von:
      processFormFiller in Klasse FWAbstractFormComponent
    • getValueCell

      protected com.lowagie.text.Rectangle getValueCell(int aType)
      Beschreibung aus Klasse kopiert: FWAbstractFormComponent
      returns the value label to use for generating rtf, pdf or html version of the form
      Angegeben von:
      getValueCell in Klasse FWAbstractFormComponent
      Parameter:
      aType -
      Gibt zurück:
      iText Cell
    • updateImageFromMap

      protected void updateImageFromMap()