net.simplace.ui.formengine.FWGroupFormComponent




public class FWGroupFormComponent extends FWAbstractFormComponent {
// Public Constructors
public FWGroupFormComponent(String aFormID, String aFieldID, boolean
aShowLabel, int aDetachable, Element aParameters, FWObservable
aObservable);


// Public Instance Methods
public Dimension getPreferredSize(); // Defines FWAbstractFormComponent

public Dimension getMaximumSize(); // Defines FWAbstractFormComponent

public String getValue(); // Defines FWAbstractFormComponent

public void setValue(Object aValue); // Defines FWAbstractFormComponent

public Component add(Component aComp); // Overrides java.awt.Container

public void removeAll(); // Overrides java.awt.Container

public int getGroupComponentCount();


returns number of components
public Component[] getComponents(); // Overrides java.awt.Container

public void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines FWAbstractFormComponent


public void processFormFiller(); // Defines FWAbstractFormComponent

public List getDynamicFieldList();


returns list of dynamic fields
public boolean isCheckingGroup();


returns the check result - if any

// 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) - FWGroupFormComponent



Passed to: net.simplace.ui.panel.FWFormPanel.fillGroupComponent()