<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.
public class FWHeaderFormComponent extends FWAbstractFormComponent {
// Public Constructors
public FWHeaderFormComponent(String aFormId, String aFieldId, Element
aFormElement, FWObservable aObservable);
// Public Instance Methods public void setValue(Object aValue); // Defines FWAbstractFormComponent
Allows to change the displayed text at runtime
- aValue Text to be displayed.
public void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines FWAbstractFormComponent
// Protected Instance Methods
}
Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - FWAbstractFormComponent (net.simplace.core.FWObserver) - FWHeaderFormComponent