Package com.groiss.gui.table
Class TableAdapterUtil
java.lang.Object
com.groiss.gui.table.TableAdapterUtil
shared methods for all tableadapter implementations
WorklistAdapter, DMSTableAdapter, FormTableAdapter
-
Method Summary
-
Method Details
-
newToOld
public static Pair<List<Pair<String,Object>>, newToOldMap<String, ColumnDescription>> (List<ColumnDescription> colDescs) -
oldToNew
public static void oldToNew(List<ColumnDescription> colDescs, List<Pair<String, Object>> oldheader, Map<String, ColumnDescription> columnDescs)
-