Class FWHeaderFormComponent

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

public class FWHeaderFormComponent extends FWAbstractFormComponent
This form component may be used to add headlines to forms using <title id=""/> tags in the XML configuration. The displayed text is then taken from the corresponding locale value to the id attribute, just as with <label> components.
  • In order to keep the appearance of forms consistent across forms, no html formatting should be used for the text.
  • The component does support form fillers.
  • The component does not inform other components about changes of its value.
  • Expressions in the localized text will be evaluated.
Author:
Christoph Kunze
See Also: