public static enum AgencyContactTable.Column extends Enum<AgencyContactTable.Column> implements AbstractTable.Column
Enum Constant and Description |
---|
CITY |
COUNTRY |
FAX |
FIRSTNAME |
ID |
LASTNAME |
MAIL |
PHONE |
POSTALCODE |
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 AgencyContactTable.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyContactTable.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyContactTable.Column ID
public static final AgencyContactTable.Column LASTNAME
public static final AgencyContactTable.Column FIRSTNAME
public static final AgencyContactTable.Column STREET
public static final AgencyContactTable.Column POSTALCODE
public static final AgencyContactTable.Column CITY
public static final AgencyContactTable.Column COUNTRY
public static final AgencyContactTable.Column MAIL
public static final AgencyContactTable.Column PHONE
public static final AgencyContactTable.Column FAX
public static AgencyContactTable.Column[] values()
for (AgencyContactTable.Column c : AgencyContactTable.Column.values()) System.out.println(c);
public static AgencyContactTable.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.Column
public TableCellRenderer getCellRenderer()
getCellRenderer
in interface AbstractTable.Column
public Class<?> getColumnClass()
getColumnClass
in interface AbstractTable.Column
public String getColumnName()
getColumnName
in interface AbstractTable.Column
public String getColumnId()
getColumnId
in interface AbstractTable.Column
public Comparator getComparator()
getComparator
in interface AbstractTable.Column
public boolean isEditable()
isEditable
in interface AbstractTable.Column
public boolean isHideable()
isHideable
in interface AbstractTable.Column
public boolean isSortable()
isSortable
in interface AbstractTable.Column
public boolean isVisibleByDefault()
isVisibleByDefault
in interface AbstractTable.Column
Copyright © 2019 OpenEstate. All rights reserved.