public static enum ContactsEntryTable.Column extends Enum<ContactsEntryTable.Column> implements AbstractTable.Column
| Enum Constant and Description |
|---|
CITY |
COMPANY |
CONTACTING |
COUNTRY |
DAY_OF_BIRTH |
FIRSTNAME |
GROUP |
GROUP_ID |
ID |
LASTNAME |
LETTER_ADDRESS |
MAIL |
MOBILE |
PHONE |
POSTALCODE |
PUBLIC_ID |
REGION |
STATUS |
STREET |
| 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 ContactsEntryTable.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactsEntryTable.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactsEntryTable.Column ID
public static final ContactsEntryTable.Column PUBLIC_ID
public static final ContactsEntryTable.Column LASTNAME
public static final ContactsEntryTable.Column FIRSTNAME
public static final ContactsEntryTable.Column COMPANY
public static final ContactsEntryTable.Column STREET
public static final ContactsEntryTable.Column POSTALCODE
public static final ContactsEntryTable.Column CITY
public static final ContactsEntryTable.Column REGION
public static final ContactsEntryTable.Column COUNTRY
public static final ContactsEntryTable.Column MAIL
public static final ContactsEntryTable.Column PHONE
public static final ContactsEntryTable.Column MOBILE
public static final ContactsEntryTable.Column DAY_OF_BIRTH
public static final ContactsEntryTable.Column LETTER_ADDRESS
public static final ContactsEntryTable.Column GROUP
public static final ContactsEntryTable.Column GROUP_ID
public static final ContactsEntryTable.Column STATUS
public static final ContactsEntryTable.Column CONTACTING
public static ContactsEntryTable.Column[] values()
for (ContactsEntryTable.Column c : ContactsEntryTable.Column.values()) System.out.println(c);
public static ContactsEntryTable.Column 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.