public class NKFTableModel extends CidsBeanTableModel_Lagis
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_ANLAGEKLASSE |
static int |
COLUMN_BEMERKUNG |
static int |
COLUMN_BUCHUNGS_NUMMER |
static int |
COLUMN_BUCHWERT |
static int |
COLUMN_FLAECHE |
static int |
COLUMN_GESAMT_PREIS |
static int |
COLUMN_LAST |
static int |
COLUMN_NUTZUNGS_NUMMER |
static int |
COLUMN_NUTZUNGSART_BEZEICHNUNG |
static int |
COLUMN_NUTZUNGSART_SCHLUESSEL |
static int |
COLUMN_QUADRATMETER_PREIS |
static int |
COLUMN_STILLE_RESERVE |
listenerList| Constructor and Description |
|---|
NKFTableModel()
Creates a new NKFTableModel object.
|
NKFTableModel(Collection<NutzungBuchungCustomBean> buchungen)
This constructor is not used at the moment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNutzung(NutzungCustomBean nutzung)
DOCUMENT ME!
|
ArrayList<NutzungBuchungCustomBean> |
getAllBuchungen()
DOCUMENT ME!
|
ArrayList<NutzungCustomBean> |
getAllNutzungen()
public Set<> getCurrentNutzungen() { final Set<> currentNutzungen = new HashSet<>(); for
(NutzungBuchungCustomBean curBuchung : currentBuchungen) { NutzungCustomBean curNutzung =
curBuchung.getNutzung(); if (curNutzung != null) { currentNutzungen.add(curNutzung); } } return currentNutzungen;
}
|
Date |
getCurrentDate()
DOCUMENT ME!
|
ArrayList<NutzungBuchungCustomBean> |
getOpenBuchungen()
DOCUMENT ME!
|
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
<T extends de.cismet.cids.dynamics.CidsBean> |
refreshTableModel(Collection<T> nutzungen)
DOCUMENT ME!
|
void |
removeNutzungBuchung(int rowIndex,
boolean completeRemoval)
This method removes the last NutzungBuchung from a Nutzung.
|
void |
setModelToHistoryDate(Date historyDate)
DOCUMENT ME!
|
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addAllCidsBeans, addCidsBean, backupBean, clearBackups, clearCidsBeans, createCidsFeature, fireTableDataChangedAndKeepSelection, getCidsBeanAtRow, getCidsBeans, getColumnClass, getColumnCount, getColumnName, getIndexOfCidsBean, getRowCount, getTable, isInEditMode, removeCidsBean, restoreBean, restoreSelectedCidsBean, setCidsBeans, setInEditMode, setTable, unbackupBeanaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic static final int COLUMN_NUTZUNGS_NUMMER
public static final int COLUMN_BUCHUNGS_NUMMER
public static final int COLUMN_ANLAGEKLASSE
public static final int COLUMN_NUTZUNGSART_SCHLUESSEL
public static final int COLUMN_NUTZUNGSART_BEZEICHNUNG
public static final int COLUMN_FLAECHE
public static final int COLUMN_QUADRATMETER_PREIS
public static final int COLUMN_GESAMT_PREIS
public static final int COLUMN_STILLE_RESERVE
public static final int COLUMN_BUCHWERT
public static final int COLUMN_BEMERKUNG
public static final int COLUMN_LAST
public NKFTableModel()
public NKFTableModel(Collection<NutzungBuchungCustomBean> buchungen)
buchungen - DOCUMENT ME!public Object getValueAt(int rowIndex, int columnIndex)
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class CidsBeanTableModel_Lagispublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void addNutzung(NutzungCustomBean nutzung)
nutzung - DOCUMENT ME!public void removeNutzungBuchung(int rowIndex,
boolean completeRemoval)
completeRemoval is set, then the NutzungsBuchung will be deleted.rowIndex - row index of the NutzungsBuchungcompleteRemoval - true, the NutzungsBuchung is removed, otherwise the NutzungsBuchung will become
historicalpublic ArrayList<NutzungBuchungCustomBean> getAllBuchungen()
public <T extends de.cismet.cids.dynamics.CidsBean> void refreshTableModel(Collection<T> nutzungen)
refreshTableModel in class CidsBeanTableModel_LagisT - DOCUMENT ME!nutzungen - DOCUMENT ME!public ArrayList<NutzungBuchungCustomBean> getOpenBuchungen()
public ArrayList<NutzungCustomBean> getAllNutzungen()
public final void setModelToHistoryDate(Date historyDate)
historyDate - DOCUMENT ME!public Date getCurrentDate()
Copyright © 2012–2025 cismet GmbH. All rights reserved.