public static enum AgencyEstateTable.Column extends Enum<AgencyEstateTable.Column> implements AbstractTable.Column
Enum Constant and Description |
---|
ACTION |
APARTMENT_NR |
AREA |
AVAILABLE_FROM |
AVAILABLE_UNTIL |
CHANGE_TIME |
CITY |
CONVENTIONED |
COUNTRY |
DISTRICT |
FLOOR |
ID |
NR |
POSTALCODE |
PRICE |
REGION |
ROOMS |
SERVICE_CHARGES |
STATUS |
STREET |
TITLE |
TYPE |
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 AgencyEstateTable.Column |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyEstateTable.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyEstateTable.Column ID
public static final AgencyEstateTable.Column NR
public static final AgencyEstateTable.Column TYPE
public static final AgencyEstateTable.Column ACTION
public static final AgencyEstateTable.Column PRICE
public static final AgencyEstateTable.Column SERVICE_CHARGES
public static final AgencyEstateTable.Column AREA
public static final AgencyEstateTable.Column ROOMS
public static final AgencyEstateTable.Column TITLE
public static final AgencyEstateTable.Column STREET
public static final AgencyEstateTable.Column POSTALCODE
public static final AgencyEstateTable.Column CITY
public static final AgencyEstateTable.Column DISTRICT
public static final AgencyEstateTable.Column REGION
public static final AgencyEstateTable.Column COUNTRY
public static final AgencyEstateTable.Column STATUS
public static final AgencyEstateTable.Column CONVENTIONED
public static final AgencyEstateTable.Column FLOOR
public static final AgencyEstateTable.Column APARTMENT_NR
public static final AgencyEstateTable.Column AVAILABLE_FROM
public static final AgencyEstateTable.Column AVAILABLE_UNTIL
public static final AgencyEstateTable.Column CHANGE_TIME
public static AgencyEstateTable.Column[] values()
for (AgencyEstateTable.Column c : AgencyEstateTable.Column.values()) System.out.println(c);
public static AgencyEstateTable.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.