Class PIAIndexedArrayTable

All Implemented Interfaces:
PAppComponent, PAppFieldComponent, PClientComponent, PCollectDataListener, PComponent, PComponentAttribute, PFieldBean, PViewDataChangeListener, ActionListener, MouseListener, ImageObserver, MenuContainer, Serializable, Remote, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class PIAIndexedArrayTable extends PIASpecSpreadSheet
A PIASpecSpreadSheet that handles arrays in a slightly different manner. This class replaces the entire array contents each time collectData is called. It is possible to specify the element id (array index) as a column in the table. The element id can be displayed in the table by specifying a column as "FldElementId". Furthermore the array will be stored according to the element ids entered by the user in that same column.
See Also: