|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VTableControl
A representation of the model object 'Control'.
The following features are supported:
VTablePackage.getTableControl()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<VTableColumnConfiguration> |
getColumnConfigurations()
Returns the value of the 'Column Configurations' containment reference list. |
boolean |
isAddRemoveDisabled()
Returns the value of the 'Add Remove Disabled' attribute. |
boolean |
isEnableDetailEditingDialog()
Returns the value of the 'Enable Detail Editing Dialog' attribute. |
void |
setAddRemoveDisabled(boolean value)
Sets the value of the ' Add Remove Disabled ' attribute. |
void |
setEnableDetailEditingDialog(boolean value)
Sets the value of the ' Enable Detail Editing Dialog ' attribute. |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VControl |
---|
getDomainModelReference, getLabelAlignment, setDomainModelReference, setDomainModelReference, setDomainModelReference, setLabelAlignment |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement |
---|
getAttachments, getDiagnostic, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setName, setReadonly, setVisible |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isAddRemoveDisabled()
"false"
.
If the meaning of the 'Add Remove Disabled' attribute isn't clear, there really should be more of a description here...
setAddRemoveDisabled(boolean)
,
VTablePackage.getTableControl_AddRemoveDisabled()
void setAddRemoveDisabled(boolean value)
Add Remove Disabled
' attribute.
value
- the new value of the 'Add Remove Disabled' attribute.isAddRemoveDisabled()
boolean isEnableDetailEditingDialog()
"false"
.
If the meaning of the 'Enable Detail Editing Dialog' attribute isn't clear, there really should be more of a description here...
setEnableDetailEditingDialog(boolean)
,
VTablePackage.getTableControl_EnableDetailEditingDialog()
void setEnableDetailEditingDialog(boolean value)
Enable Detail Editing Dialog
' attribute.
value
- the new value of the 'Enable Detail Editing Dialog' attribute.isEnableDetailEditingDialog()
org.eclipse.emf.common.util.EList<VTableColumnConfiguration> getColumnConfigurations()
VTableColumnConfiguration
.
If the meaning of the 'Column Configurations' containment reference list isn't clear, there really should be more of a description here...
VTablePackage.getTableControl_ColumnConfigurations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |