Class FWDoubleFormComponent

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

public class FWDoubleFormComponent extends FWAbstractFormComponent implements ChangeListener
This component displays a slider next to a spinner to let the user specify an integer value.
Author:
Christoph Kunze, Andreas Enders
See Also:
  • Constructor Details

    • FWDoubleFormComponent

      public FWDoubleFormComponent(String aFormId, String aFieldId, boolean aShowLabel, org.jdom2.Element aParameters, FWObservable aObservable)
      Constructs a new integer component and initializes it with aParameters
      Parameters:
      aFormId -
      aFieldId -
      aShowLabel - Specifies wether or not a descriptive label is shown to the left of the control.
      aParameters -
      aObservable -
  • Method Details