public class FTableAtm extends javax.swing.table.AbstractTableModel implements de.ipcon.swing.ColumnInfoProviderI, FTableAtmI, DBManEventListenerI, BOCacheListenerI, de.ipcon.swing.AnnotatedValueTableModelI, de.ipcon.swing.SortingAwareTableModelI, TransactionListenerI
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
FTableAtm() |
Modifier and Type | Method and Description |
---|---|
void |
addLoadingStatusListener(LoadingStatusListenerI l) |
void |
addPopupElementListener(PopupElementListenerI l) |
void |
cachedBOsChanged(BO[] items) |
void |
cancel() |
void |
cancel(boolean wait) |
void |
checkPoint()
Callback after a transaction has been arrived at a checkpoint, e.g. after being committed or has no
uncommitted changes anymore.
|
void |
close() |
void |
configure(FTableConfigurationI _conf) |
boolean |
displaysDependentRelation() |
boolean |
displaysManyRelation() |
boolean |
displaysRelation() |
boolean |
displaysVirtualRelation() |
static void |
executeAndCompleteRunner(java.lang.Runnable r,
java.util.concurrent.CompletableFuture f) |
void |
fireReadyLoading() |
void |
fireTableCellUpdated(int row,
int column) |
void |
fireTableDataChanged() |
void |
fireTableRowsDeleted(int fromRow,
int toRow) |
void |
fireTableRowsInserted(int fromRow,
int toRow) |
void |
fireTableRowsUpdated(int[] updatedRows) |
void |
fireTableRowsUpdated(int fromRow,
int toRow) |
AnnotatedValue |
getAnnotatedValueAt(int aRow,
int aCol) |
AnnotatedValue |
getAnnotatedValueAt(int aRow,
int aCol,
java.lang.Object nullValue) |
AnnotatedValue |
getAnnotatedValueAt(int aRow,
int aCol,
java.lang.Object nullValue,
boolean ignoreVisibility) |
AnnotatedValue |
getAnnotatedValueAt(int aRow,
int aCol,
java.lang.Object nullValue,
boolean ignoreVisibility,
boolean forceSync) |
java.lang.Class |
getColumnClass(int aCol) |
int |
getColumnCount() |
java.lang.String |
getColumnDescription(int aCol) |
boolean |
getColumnIsSlow(int _idx) |
boolean |
getColumnIsSortable(int _idx) |
java.lang.String |
getColumnName(int aCol) |
java.util.concurrent.Future<AnnotatedValue> |
getFutureAnnotatedValueForExport(int row,
int col) |
java.lang.Object |
getObjectForRow(int aRow) |
java.lang.Object |
getObjectWithId(java.lang.Long id) |
int |
getRowCount() |
int |
getRowForObject(java.lang.Object o) |
BO[] |
getRowObjects() |
java.lang.Object |
getValueAt(int aRow,
int aCol) |
java.lang.Object |
getValueAt(int aRow,
int aCol,
java.lang.Object nullValue) |
java.lang.Object |
getValueAt(int aRow,
int aCol,
java.lang.Object nullValue,
boolean ignoreVisibility) |
java.lang.Object |
getValueForSortingAt(int aRow,
int aCol) |
void |
invokeAfterRefreshCompletion(java.lang.Runnable r) |
boolean |
isCellEditable(int aRow,
int aCol) |
boolean |
isDataIncomplete() |
boolean |
isEditing() |
boolean |
isLoading() |
boolean |
isUnfetched() |
void |
newProcs(BOProc[] boprocs)
Callback for newly created procs or changes to BOs known in the transaction.
|
void |
popupElementValueAdded(java.lang.Object o) |
void |
popupElementValueRemoved(java.lang.Object o) |
void |
popupElementValueSet(java.lang.Object o,
java.lang.Object n) |
void |
processDBManEvent(DBManEvent ev)
Invoked when a subscribed DBManEvent occurs.
|
void |
queueCellUpdate(int row,
int col) |
void |
refresh() |
void |
removeElements(BO[] bos) |
void |
removeLoadingStatusListener(LoadingStatusListenerI l) |
void |
removePopupElementListener(PopupElementListenerI l) |
void |
removeSurplus(java.util.Set<java.lang.Long> surplus) |
void |
setValueAt(java.lang.Object value,
int aRow,
int aCol) |
void |
setValueAt(java.lang.Object value,
int aRow,
int aCol,
boolean fireCellUpdate) |
void |
startEditing() |
void |
stopEditing() |
java.lang.String |
toString() |
void |
triggerRefresh() |
void |
triggerRefresh(java.lang.Boolean editModeSwitch) |
void |
triggerRefresh(java.lang.Boolean editModeSwitch,
boolean afterSave) |
void |
triggerRefresh(java.lang.Boolean editModeSwitch,
boolean afterSave,
java.lang.Runnable onCompletion) |
addTableModelListener, findColumn, fireTableChanged, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public boolean isDataIncomplete()
isDataIncomplete
in interface FTableAtmI
public boolean isLoading()
isLoading
in interface de.ipcon.swing.SortingAwareTableModelI
public boolean isUnfetched()
isUnfetched
in interface de.ipcon.swing.SortingAwareTableModelI
public java.lang.String toString()
toString
in class java.lang.Object
public void close()
public void configure(FTableConfigurationI _conf)
public void processDBManEvent(DBManEvent ev)
DBManEventListenerI
DBManBOChangeEvent
for events triggered after modification on BOs.processDBManEvent
in interface DBManEventListenerI
public void newProcs(BOProc[] boprocs)
TransactionListenerI
newProcs
in interface TransactionListenerI
public void removeSurplus(java.util.Set<java.lang.Long> surplus)
public void checkPoint()
TransactionListenerI
checkPoint
in interface TransactionListenerI
public void cachedBOsChanged(BO[] items)
cachedBOsChanged
in interface BOCacheListenerI
public void startEditing()
public void stopEditing()
public boolean isEditing()
public boolean isCellEditable(int aRow, int aCol)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
public java.lang.String getColumnName(int aCol)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public java.lang.String getColumnDescription(int aCol)
getColumnDescription
in interface de.ipcon.swing.ColumnInfoProviderI
public boolean getColumnIsSortable(int _idx)
getColumnIsSortable
in interface de.ipcon.swing.ColumnInfoProviderI
public boolean getColumnIsSlow(int _idx)
public java.lang.Class getColumnClass(int aCol)
getColumnClass
in interface javax.swing.table.TableModel
getColumnClass
in class javax.swing.table.AbstractTableModel
public int getColumnCount()
getColumnCount
in interface javax.swing.table.TableModel
public int getRowCount()
getRowCount
in interface javax.swing.table.TableModel
public java.lang.Object getValueAt(int aRow, int aCol)
getValueAt
in interface javax.swing.table.TableModel
public java.lang.Object getValueAt(int aRow, int aCol, java.lang.Object nullValue)
public java.lang.Object getValueAt(int aRow, int aCol, java.lang.Object nullValue, boolean ignoreVisibility)
public java.lang.Object getValueForSortingAt(int aRow, int aCol)
getValueForSortingAt
in interface de.ipcon.swing.SortingAwareTableModelI
public AnnotatedValue getAnnotatedValueAt(int aRow, int aCol)
getAnnotatedValueAt
in interface de.ipcon.swing.AnnotatedValueTableModelI
public AnnotatedValue getAnnotatedValueAt(int aRow, int aCol, java.lang.Object nullValue)
public AnnotatedValue getAnnotatedValueAt(int aRow, int aCol, java.lang.Object nullValue, boolean ignoreVisibility)
public AnnotatedValue getAnnotatedValueAt(int aRow, int aCol, java.lang.Object nullValue, boolean ignoreVisibility, boolean forceSync)
public java.util.concurrent.Future<AnnotatedValue> getFutureAnnotatedValueForExport(int row, int col)
getFutureAnnotatedValueForExport
in interface de.ipcon.swing.AnnotatedValueTableModelI
public void setValueAt(java.lang.Object value, int aRow, int aCol)
setValueAt
in interface javax.swing.table.TableModel
setValueAt
in class javax.swing.table.AbstractTableModel
public void setValueAt(java.lang.Object value, int aRow, int aCol, boolean fireCellUpdate)
public void removeElements(BO[] bos)
public java.lang.Object getObjectForRow(int aRow)
getObjectForRow
in interface FTableAtmI
public int getRowForObject(java.lang.Object o)
getRowForObject
in interface FTableAtmI
public java.lang.Object getObjectWithId(java.lang.Long id)
public BO[] getRowObjects()
public void refresh()
refresh
in interface FTableAtmI
public void cancel()
cancel
in interface FTableAtmI
public void cancel(boolean wait)
public void invokeAfterRefreshCompletion(java.lang.Runnable r)
public static void executeAndCompleteRunner(java.lang.Runnable r, java.util.concurrent.CompletableFuture f)
public void triggerRefresh()
public void triggerRefresh(java.lang.Boolean editModeSwitch)
public void triggerRefresh(java.lang.Boolean editModeSwitch, boolean afterSave)
public void triggerRefresh(java.lang.Boolean editModeSwitch, boolean afterSave, java.lang.Runnable onCompletion)
public boolean displaysRelation()
public boolean displaysVirtualRelation()
public boolean displaysDependentRelation()
public boolean displaysManyRelation()
public void addLoadingStatusListener(LoadingStatusListenerI l)
public void removeLoadingStatusListener(LoadingStatusListenerI l)
public void fireReadyLoading()
public void addPopupElementListener(PopupElementListenerI l)
public void removePopupElementListener(PopupElementListenerI l)
public void popupElementValueSet(java.lang.Object o, java.lang.Object n)
public void popupElementValueAdded(java.lang.Object o)
public void popupElementValueRemoved(java.lang.Object o)
public void fireTableDataChanged()
fireTableDataChanged
in class javax.swing.table.AbstractTableModel
public void fireTableCellUpdated(int row, int column)
fireTableCellUpdated
in class javax.swing.table.AbstractTableModel
public void fireTableRowsDeleted(int fromRow, int toRow)
fireTableRowsDeleted
in class javax.swing.table.AbstractTableModel
public void fireTableRowsInserted(int fromRow, int toRow)
fireTableRowsInserted
in class javax.swing.table.AbstractTableModel
public void fireTableRowsUpdated(int fromRow, int toRow)
fireTableRowsUpdated
in class javax.swing.table.AbstractTableModel
public void fireTableRowsUpdated(int[] updatedRows)
public void queueCellUpdate(int row, int col)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.