net.simplace.ui.formengine.table.FWTableFormComponent
This component allows to lay out form components in a table-like fashion.
public class FWTableFormComponent extends
net.simplace.ui.formengine.FWAbstractFormComponent {
// Public Constructors
public FWTableFormComponent(String aFormId, String aFieldID, FWObservable
aObservable, int aDetachability);
// Public Instance Methods public void addRow(String aId);
public void addCell(String aId, List aComponents);
public Dimension getMinimumSize(); // Defines javax.swing.JComponent
// Protected Instance Methods protected String
getLocaleValue(String aKey);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent
This method retrieves the corresponding localozed string to
aKey
.
If aKey is empty ("" or null), an empty string is returned. Furthermore, the
special placeholders
${ROWINDEX}
and
${COLINDEX}
are replaced
with the cell's column and its row respectively. These placeholders may occur in the
parameter
aKey
or in the localized String that belongs to it.
}
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) - net.simplace.ui.formengine.FWAbstractFormComponent (net.simplace.util.FWObserver) - FWTableFormComponent