Class PMITable.ColumnConfig
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.PMITable.ColumnConfig
 
- 
- Enclosing class:
- PMITable
 
 @Deprecated public static class PMITable.ColumnConfig extends java.lang.ObjectDeprecated.This class is no longer used, in favor of a Map of ColumnAttributes. This class is still here for serializiation backwards compatability. Note that it has been totally gutted except for the functions needed for backwards compatability.
- 
- 
Constructor SummaryConstructors Constructor Description ColumnConfig()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetEditable(boolean[] bs)Deprecated.voidsetPrefWidths(int[] is)Deprecated.voidsetTable(PMITable table)Deprecated.
 
- 
- 
- 
Method Detail- 
setPrefWidthspublic void setPrefWidths(int[] is) Deprecated.
 - 
setTablepublic void setTable(PMITable table) Deprecated.
 - 
setEditablepublic void setEditable(boolean[] bs) Deprecated.
 
- 
 
-