Class AdvancedTableColumnAttributes
java.lang.Object
com.inductiveautomation.factorypmi.application.components.table.TableColumnAttributes
com.inductiveautomation.factorypmi.application.components.table.AdvancedTableColumnAttributes
- All Implemented Interfaces:
- Serializable,- SwingConstants
- See Also:
- 
Field SummaryFields 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, verticalAlignmentFields inherited from interface javax.swing.SwingConstantsBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanvoidsetFilterable(boolean isFilterable) voidvoidsetWrapText(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
- 
Constructor Details- 
AdvancedTableColumnAttributespublic AdvancedTableColumnAttributes()
 
- 
- 
Method Details- 
isFilterablepublic boolean isFilterable()
- 
isWrapTextpublic boolean isWrapText()
- 
setFilterablepublic void setFilterable(boolean isFilterable) 
- 
setWrapTextpublic void setWrapText(boolean isWrapText) 
- 
getLocale
- 
setLocale
 
-