Class AdvancedTableColumnAttributes
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.components.table.TableColumnAttributes
 - 
- com.inductiveautomation.factorypmi.application.components.table.AdvancedTableColumnAttributes
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,javax.swing.SwingConstants
public class AdvancedTableColumnAttributes extends TableColumnAttributes
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.table.TableColumnAttributes
ALIGN_AUTO, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_TOP, dateFormat, editable, hidden, horizontalAlignment, label, numberFormat, prefix, sortable, suffix, treatAsBoolean, verticalAlignment 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AdvancedTableColumnAttributes() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.LocalegetLocale()booleanisFilterable()booleanisWrapText()voidsetFilterable(boolean isFilterable)voidsetLocale(java.util.Locale locale)voidsetWrapText(boolean isWrapText)- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.table.TableColumnAttributes
getDateFormat, getHorizontalAlignment, getLabel, getNumberFormat, getPrefix, getSuffix, getVerticalAlignment, isEditable, isHidden, isSortable, isTreatAsBoolean, setDateFormat, setEditable, setHidden, setHorizontalAlignment, setLabel, setNumberFormat, setPrefix, setSortable, setSuffix, setTreatAsBoolean, setVerticalAlignment 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isFilterable
public boolean isFilterable()
 
- 
isWrapText
public boolean isWrapText()
 
- 
setFilterable
public void setFilterable(boolean isFilterable)
 
- 
setWrapText
public void setWrapText(boolean isWrapText)
 
- 
getLocale
public java.util.Locale getLocale()
 
- 
setLocale
public void setLocale(java.util.Locale locale)
 
 - 
 
 -