public interface TableCell extends BootstrapElement
The following features are supported:
BootstrapPackage.getTableCell()| Modifier and Type | Method and Description |
|---|---|
Color |
getBackground()
Returns the value of the 'Background' attribute.
|
Color |
getColor()
Returns the value of the 'Color' attribute.
|
int |
getColSpan()
Returns the value of the 'Col Span' attribute.
|
int |
getRowSpan()
Returns the value of the 'Row Span' attribute.
|
boolean |
isHeader()
Returns the value of the 'Header' attribute.
|
void |
setBackground(Color value)
Sets the value of the '
Background' attribute. |
void |
setColor(Color value)
Sets the value of the '
Color' attribute. |
void |
setColSpan(int value)
Sets the value of the '
Col Span' attribute. |
void |
setHeader(boolean value)
Sets the value of the '
Header' attribute. |
void |
setRowSpan(int value)
Sets the value of the '
Row Span' attribute. |
getAppearance, 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, eSetDeliverboolean isHeader()
setHeader(boolean),
BootstrapPackage.getTableCell_Header()void setHeader(boolean value)
Header' attribute.
value - the new value of the 'Header' attribute.isHeader()int getColSpan()
setColSpan(int),
BootstrapPackage.getTableCell_ColSpan()void setColSpan(int value)
Col Span' attribute.
value - the new value of the 'Col Span' attribute.getColSpan()int getRowSpan()
setRowSpan(int),
BootstrapPackage.getTableCell_RowSpan()void setRowSpan(int value)
Row Span' attribute.
value - the new value of the 'Row Span' attribute.getRowSpan()Color getColor()
setColor(Color),
BootstrapPackage.getTableCell_Color()void setColor(Color value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()Color getBackground()
setBackground(Color),
BootstrapPackage.getTableCell_Background()void setBackground(Color value)
Background' attribute.
value - the new value of the 'Background' attribute.getBackground()Copyright © 2022 Nasdanika. All rights reserved.