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 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
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setFilterable
(boolean isFilterable) void
void
setWrapText
(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
-
Constructor Details
-
AdvancedTableColumnAttributes
public AdvancedTableColumnAttributes()
-
-
Method Details
-
isFilterable
public boolean isFilterable() -
isWrapText
public boolean isWrapText() -
setFilterable
public void setFilterable(boolean isFilterable) -
setWrapText
public void setWrapText(boolean isWrapText) -
getLocale
-
setLocale
-