Class FWLabelChoiceSubComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FWLabelChoiceSubComponent extends FWAbstractFormSubComponent
This choice subcomponent may be used to display messages instead of a list of choices.
Author:
ckunze
See Also:
  • Constructor Details

    • FWLabelChoiceSubComponent

      public FWLabelChoiceSubComponent(String aMessage)
      Creates a label choice subcomponent with no value. The getValue() function will return an empty string, unless a value is set using setValue().
      Parameters:
      aMessage - The message that will be displayed on the component
    • FWLabelChoiceSubComponent

      public FWLabelChoiceSubComponent(String aValue, String aMessage)
      Creates a label choice subcomponent with a specific value
      Parameters:
      aValue - The value that getValue() will return
      aMessage - The message that will be displayed on the component
  • Method Details