Package | Description |
---|---|
org.eclipse.emf.ecp.view.spi.table.model | |
org.eclipse.emf.ecp.view.spi.table.model.impl | |
org.eclipse.emf.ecp.view.spi.table.model.util |
Modifier and Type | Field and Description |
---|---|
static List<DetailEditing> |
DetailEditing.VALUES
A public read-only list of all the 'Detail Editing' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DetailEditing |
DetailEditing.get(int value)
Returns the 'Detail Editing' literal with the specified integer value.
|
static DetailEditing |
DetailEditing.get(String literal)
Returns the 'Detail Editing' literal with the specified literal value.
|
static DetailEditing |
DetailEditing.getByName(String name)
Returns the 'Detail Editing' literal with the specified name.
|
DetailEditing |
VTableControl.getDetailEditing()
Returns the value of the 'Detail Editing' attribute.
|
static DetailEditing |
DetailEditing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailEditing[] |
DetailEditing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VTableControl.setDetailEditing(DetailEditing value)
Sets the value of the '
Detail
Editing ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static DetailEditing |
VTableControlImpl.DETAIL_EDITING_EDEFAULT
The default value of the '
Detail Editing ' attribute. |
protected DetailEditing |
VTableControlImpl.detailEditing
The cached value of the '
Detail Editing ' attribute. |
Modifier and Type | Method and Description |
---|---|
DetailEditing |
VTableFactoryImpl.createDetailEditingFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
DetailEditing |
VTableControlImpl.getDetailEditing() |
Modifier and Type | Method and Description |
---|---|
void |
VTableControlImpl.setDetailEditing(DetailEditing newDetailEditing) |
Modifier and Type | Method and Description |
---|---|
boolean |
TableValidator.validateDetailEditing(DetailEditing detailEditing,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017. All rights reserved.