public interface VTableControl extends VControl
The following features are supported:
VTablePackage.getTableControl()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VTableColumnConfiguration> |
getColumnConfigurations()
Returns the value of the 'Column Configurations' containment reference list.
|
DetailEditing |
getDetailEditing()
Returns the value of the 'Detail Editing' attribute.
|
VView |
getDetailView()
Returns the value of the 'Detail View' containment reference.
|
boolean |
isAddRemoveDisabled()
Returns the value of the 'Add Remove Disabled' attribute.
|
boolean |
isEnableDetailEditingDialog()
Deprecated.
|
void |
setAddRemoveDisabled(boolean value)
Sets the value of the '
Add
Remove Disabled ' attribute. |
void |
setDetailEditing(DetailEditing value)
Sets the value of the '
Detail
Editing ' attribute. |
void |
setDetailView(VView value)
Sets the value of the '
Detail
View ' containment reference. |
void |
setEnableDetailEditingDialog(boolean value)
Deprecated.
|
getDomainModelReference, getLabelAlignment, setDomainModelReference, setDomainModelReference, setDomainModelReference, setLabelAlignment
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
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()
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()
DetailEditing getDetailEditing()
"None"
.
The literals are from the enumeration DetailEditing
.
If the meaning of the 'Detail Editing' attribute isn't clear, there really should be more of a description here...
DetailEditing
,
setDetailEditing(DetailEditing)
,
VTablePackage.getTableControl_DetailEditing()
void setDetailEditing(DetailEditing value)
Detail
Editing
' attribute.
value
- the new value of the 'Detail Editing' attribute.DetailEditing
,
getDetailEditing()
VView getDetailView()
If the meaning of the 'Detail View' containment reference isn't clear, there really should be more of a description here...
setDetailView(VView)
,
VTablePackage.getTableControl_DetailView()
void setDetailView(VView value)
Detail
View
' containment reference.
value
- the new value of the 'Detail View' containment reference.getDetailView()
@Deprecated 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()
@Deprecated void setEnableDetailEditingDialog(boolean value)
Enable Detail Editing Dialog
' attribute.
value
- the new value of the 'Enable Detail Editing Dialog' attribute.isEnableDetailEditingDialog()
Copyright © 2016. All rights reserved.