net.simplace.ui.formengine.FWHeaderFormComponent

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.


public class FWHeaderFormComponent extends FWAbstractFormComponent {
// Public Constructors
public FWHeaderFormComponent(String aFormId, String aFieldId, Element
aFormElement, FWObservable aObservable);


// Public Instance Methods
public String getValue(); // Defines FWAbstractFormComponent


returns The currently displayed text
public void setValue(Object aValue); // Defines FWAbstractFormComponent

Allows to change the displayed text at runtime
public void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines FWAbstractFormComponent


public void processFormFiller(); // Defines FWAbstractFormComponent


// Protected Instance Methods
protected Rectangle getValueCell(int aType);
// Defines FWAbstractFormComponent




}



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.util.FWObserver) - FWHeaderFormComponent