public class TableCellImpl extends BootstrapElementImpl implements TableCell
The following features are implemented:
MinimalEObjectImpl.Container.DynamicMinimalEObjectImpl.ContainerBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListInternalEObject.EStore| Modifier and Type | Field and Description |
|---|---|
protected static Color |
BACKGROUND_EDEFAULT
The default value of the '
Background' attribute. |
protected static int |
COL_SPAN_EDEFAULT
The default value of the '
Col Span' attribute. |
protected static Color |
COLOR_EDEFAULT
The default value of the '
Color' attribute. |
protected static boolean |
HEADER_EDEFAULT
The default value of the '
Header' attribute. |
protected static int |
ROW_SPAN_EDEFAULT
The default value of the '
Row Span' attribute. |
DESCRIPTION_EDEFAULT, URI_EDEFAULT, UUID_EDEFAULTeContainerEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETNILEOPPOSITE_FEATURE_BASE| Modifier | Constructor and Description |
|---|---|
protected |
TableCellImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Color |
getBackground() |
Color |
getColor() |
int |
getColSpan() |
int |
getRowSpan() |
boolean |
isHeader() |
void |
setBackground(Color newBackground) |
void |
setColor(Color newColor) |
void |
setColSpan(int newColSpan) |
void |
setHeader(boolean newHeader) |
void |
setRowSpan(int newRowSpan) |
basicSetAppearance, eInverseRemove, getAppearance, setAppearancegetAttributes, getContentadaptTo, basicGetActionPrototype, basicSetMarker, eProxyURI, eStaticFeatureCount, findByURI, findByURI, getActionPrototype, getDescription, getMarker, getOppositeReferrers, getReferrers, getUri, getUuid, resolve, resolveProxies, resolveProxy, setActionPrototype, setDescription, setMarker, setUri, setUuideBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAppearance, setAppearancegetAttributes, getContentgetActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuideAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivereNotificationRequiredprotected static final boolean HEADER_EDEFAULT
Header' attribute.
isHeader(),
Constant Field Valuesprotected static final int COL_SPAN_EDEFAULT
Col Span' attribute.
getColSpan(),
Constant Field Valuesprotected static final int ROW_SPAN_EDEFAULT
Row Span' attribute.
getRowSpan(),
Constant Field Valuesprotected static final Color COLOR_EDEFAULT
Color' attribute.
getColor()protected static final Color BACKGROUND_EDEFAULT
Background' attribute.
getBackground()protected TableCellImpl()
protected EClass eStaticClass()
eStaticClass in class BootstrapElementImplpublic boolean isHeader()
isHeader in interface TableCellTableCell.setHeader(boolean),
BootstrapPackage.getTableCell_Header()public void setHeader(boolean newHeader)
setHeader in interface TableCellnewHeader - the new value of the 'Header' attribute.TableCell.isHeader()public int getColSpan()
getColSpan in interface TableCellTableCell.setColSpan(int),
BootstrapPackage.getTableCell_ColSpan()public void setColSpan(int newColSpan)
setColSpan in interface TableCellnewColSpan - the new value of the 'Col Span' attribute.TableCell.getColSpan()public int getRowSpan()
getRowSpan in interface TableCellTableCell.setRowSpan(int),
BootstrapPackage.getTableCell_RowSpan()public void setRowSpan(int newRowSpan)
setRowSpan in interface TableCellnewRowSpan - the new value of the 'Row Span' attribute.TableCell.getRowSpan()public Color getColor()
getColor in interface TableCellTableCell.setColor(Color),
BootstrapPackage.getTableCell_Color()public void setColor(Color newColor)
setColor in interface TableCellnewColor - the new value of the 'Color' attribute.TableCell.getColor()public Color getBackground()
getBackground in interface TableCellTableCell.setBackground(Color),
BootstrapPackage.getTableCell_Background()public void setBackground(Color newBackground)
setBackground in interface TableCellnewBackground - the new value of the 'Background' attribute.TableCell.getBackground()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface InternalEObjecteGet in class BootstrapElementImplpublic void eSet(int featureID, Object newValue)
eSet in interface InternalEObjecteSet in class BootstrapElementImplpublic void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class BootstrapElementImplpublic boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class BootstrapElementImplCopyright © 2022 Nasdanika. All rights reserved.