@Deprecated public class TableColumnConfiguration extends Object
Constructor and Description |
---|
TableColumnConfiguration(boolean readOnly,
org.eclipse.emf.ecore.EAttribute columnAttribute)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
org.eclipse.emf.ecore.EAttribute |
getColumnAttribute()
Deprecated.
The
EAttribute to bind to the column. |
int |
hashCode()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
Whether the column is read only.
|
public TableColumnConfiguration(boolean readOnly, org.eclipse.emf.ecore.EAttribute columnAttribute)
readOnly
- whether the column is read-onlycolumnAttribute
- the EAttribute
to be displayed in this columnCopyright © 2017. All rights reserved.