public interface TableConfiguration
The following features are supported:
TableconfigurationPackage.getTableConfiguration()
Modifier and Type | Method and Description |
---|---|
FacetElement |
getCanBePresentedInTheTable()
Returns the value of the 'Can Be Presented In The Table' reference.
|
|
getDefaultColumns()
Returns the value of the 'Default Columns' reference list.
|
|
getDefaultCustomizations()
Returns the value of the 'Default Customizations' reference list.
|
|
getDefaultFacets()
Returns the value of the 'Default Facets' reference list.
|
|
getDefaultLocalCustomizations()
Returns the value of the 'Default Local Customizations' reference list.
|
|
getForcedCellEditors()
Returns the value of the 'Forced Cell Editors' reference list.
|
|
getInstantiationMethod()
Returns the value of the 'Instantiation Method' containment reference list.
|
void |
setCanBePresentedInTheTable(FacetElement value)
Sets the value of the '
Can Be Presented In The Table ' reference. |
getDefaultLocalCustomizations()
org.eclipse.emf.facet.custom.metamodel.custom.Customization
.
If the meaning of the 'Default Local Customizations' reference list isn't clear, there really should be more of a description here...
TableconfigurationPackage.getTableConfiguration_DefaultLocalCustomizations()
FacetElement getCanBePresentedInTheTable()
If the meaning of the 'Can Be Presented In The Table' reference isn't clear, there really should be more of a description here...
setCanBePresentedInTheTable(FacetElement)
,
TableconfigurationPackage.getTableConfiguration_CanBePresentedInTheTable()
void setCanBePresentedInTheTable(FacetElement value)
Can Be Presented In The Table
' reference.
value
- the new value of the 'Can Be Presented In The Table' reference.getCanBePresentedInTheTable()
getForcedCellEditors()
AbstractModelCellEditor
.
If the meaning of the 'Forced Cell Editors' reference list isn't clear, there really should be more of a description here...
TableconfigurationPackage.getTableConfiguration_ForcedCellEditors()
getDefaultFacets()
Facet
.
If the meaning of the 'Default Facets' reference list isn't clear, there really should be more of a description here...
TableconfigurationPackage.getTableConfiguration_DefaultFacets()
getDefaultCustomizations()
org.eclipse.emf.facet.custom.metamodel.custom.Customization
.
If the meaning of the 'Default Customizations' reference list isn't clear, there really should be more of a description here...
TableconfigurationPackage.getTableConfiguration_DefaultCustomizations()
getInstantiationMethod()
InstantiationMethod
.
If the meaning of the 'Instantiation Method' containment reference list isn't clear, there really should be more of a description here...
TableconfigurationPackage.getTableConfiguration_InstantiationMethod()
getDefaultColumns()
org.eclipse.emf.ecore.ETypedElement
.
All the columns declared here will be created in the table instance when no column exists, even if the table contains no row. The additional reference?s type must be ETypedElement otherwise we will not be able to managed the operations.
TableconfigurationPackage.getTableConfiguration_DefaultColumns()