Class PMITable.ColumnConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMITable.ColumnConfig
- Enclosing class:
- PMITable
Deprecated.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEditable
(boolean[] bs) Deprecated.void
setPrefWidths
(int[] is) Deprecated.void
Deprecated.
-
Constructor Details
-
ColumnConfig
public ColumnConfig()Deprecated.
-
-
Method Details
-
setPrefWidths
public void setPrefWidths(int[] is) Deprecated. -
setTable
Deprecated. -
setEditable
public void setEditable(boolean[] bs) Deprecated.
-