public static enum CrmContactsEntryMarketingsPanel.RelationTableColumn extends Enum<CrmContactsEntryMarketingsPanel.RelationTableColumn> implements AbstractTable.Column
| Enum Constant and Description |
|---|
FEEDBACK_POSITIVE |
FEEDBACK_TIME |
| Modifier and Type | Method and Description |
|---|---|
TableCellEditor |
getCellEditor() |
TableCellRenderer |
getCellRenderer() |
Class<?> |
getColumnClass() |
String |
getColumnId() |
String |
getColumnName() |
Comparator |
getComparator() |
boolean |
isEditable() |
boolean |
isHideable() |
boolean |
isSortable() |
boolean |
isVisibleByDefault() |
static CrmContactsEntryMarketingsPanel.RelationTableColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrmContactsEntryMarketingsPanel.RelationTableColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrmContactsEntryMarketingsPanel.RelationTableColumn FEEDBACK_TIME
public static final CrmContactsEntryMarketingsPanel.RelationTableColumn FEEDBACK_POSITIVE
public static CrmContactsEntryMarketingsPanel.RelationTableColumn[] values()
for (CrmContactsEntryMarketingsPanel.RelationTableColumn c : CrmContactsEntryMarketingsPanel.RelationTableColumn.values()) System.out.println(c);
public static CrmContactsEntryMarketingsPanel.RelationTableColumn valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic TableCellEditor getCellEditor()
getCellEditor in interface AbstractTable.Columnpublic TableCellRenderer getCellRenderer()
getCellRenderer in interface AbstractTable.Columnpublic Class<?> getColumnClass()
getColumnClass in interface AbstractTable.Columnpublic String getColumnName()
getColumnName in interface AbstractTable.Columnpublic String getColumnId()
getColumnId in interface AbstractTable.Columnpublic Comparator getComparator()
getComparator in interface AbstractTable.Columnpublic boolean isEditable()
isEditable in interface AbstractTable.Columnpublic boolean isHideable()
isHideable in interface AbstractTable.Columnpublic boolean isSortable()
isSortable in interface AbstractTable.Columnpublic boolean isVisibleByDefault()
isVisibleByDefault in interface AbstractTable.ColumnCopyright © 2019 OpenEstate. All rights reserved.