|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
org.openquark.gems.client.valueentry.ValueEditorTableModel
org.openquark.gems.client.valueentry.AbstractListTableModel
public abstract class AbstractListTableModel
Common base class for list value editor models.
| Field Summary |
|---|
| Fields inherited from class org.openquark.gems.client.valueentry.ValueEditorTableModel |
|---|
valueEditorManager |
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
AbstractListTableModel(ValueEditorManager valueEditorManager)
Constructor for AbstractListTableModel. |
|
| Method Summary | |
|---|---|
abstract void |
addRow()
Adds an item to the list. |
abstract int |
getRowCount()
Returns the number of rows to display in the list editor. |
abstract void |
moveRowDown(int row)
Moves the specified row one down. |
abstract void |
moveRowUp(int row)
Moves the specified row one up. |
abstract void |
removeRow(int row)
Removes the specified item from the list. |
| Methods inherited from class org.openquark.gems.client.valueentry.ValueEditorTableModel |
|---|
getColumnClass, getColumnCount, getColumnName, getElementType, getNElements, isCellEditable, setValueAt |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
getValueAt |
| Constructor Detail |
|---|
public AbstractListTableModel(ValueEditorManager valueEditorManager)
| Method Detail |
|---|
public abstract int getRowCount()
public abstract void addRow()
public abstract void moveRowDown(int row)
public abstract void moveRowUp(int row)
public abstract void removeRow(int row)
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||