Klasse FWLabelChoiceSubComponent

Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible

public class FWLabelChoiceSubComponent extends FWAbstractFormSubComponent
This choice subcomponent may be used to display messages instead of a list of choices.
Autor:
ckunze
Siehe auch:
  • Konstruktordetails

    • 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().
      Parameter:
      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
      Parameter:
      aValue - The value that getValue() will return
      aMessage - The message that will be displayed on the component
  • Methodendetails