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.TableColumnAttributesALIGN_AUTO, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_TOP, dateFormat, editable, hidden, horizontalAlignment, label, numberFormat, prefix, sortable, suffix, treatAsBoolean, verticalAlignment
 
- 
 - 
Constructor SummaryConstructors Constructor Description AdvancedTableColumnAttributes()
 - 
Method SummaryAll 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.TableColumnAttributesgetDateFormat, getHorizontalAlignment, getLabel, getNumberFormat, getPrefix, getSuffix, getVerticalAlignment, isEditable, isHidden, isSortable, isTreatAsBoolean, setDateFormat, setEditable, setHidden, setHorizontalAlignment, setLabel, setNumberFormat, setPrefix, setSortable, setSuffix, setTreatAsBoolean, setVerticalAlignment
 
- 
 
- 
- 
- 
Method Detail- 
isFilterablepublic boolean isFilterable() 
 - 
isWrapTextpublic boolean isWrapText() 
 - 
setFilterablepublic void setFilterable(boolean isFilterable) 
 - 
setWrapTextpublic void setWrapText(boolean isWrapText) 
 - 
getLocalepublic java.util.Locale getLocale() 
 - 
setLocalepublic void setLocale(java.util.Locale locale) 
 
- 
 
-