public interface TableConfiguration extends EObject
The following features are supported:
BootstrapPackage.getTableConfiguration()| Modifier and Type | Method and Description |
|---|---|
boolean |
isBordered()
Returns the value of the 'Bordered' attribute.
|
boolean |
isBorderless()
Returns the value of the 'Borderless' attribute.
|
boolean |
isDark()
Returns the value of the 'Dark' attribute.
|
boolean |
isHover()
Returns the value of the 'Hover' attribute.
|
boolean |
isSmall()
Returns the value of the 'Small' attribute.
|
boolean |
isStriped()
Returns the value of the 'Striped' attribute.
|
void |
setBordered(boolean value)
Sets the value of the '
Bordered' attribute. |
void |
setBorderless(boolean value)
Sets the value of the '
Borderless' attribute. |
void |
setDark(boolean value)
Sets the value of the '
Dark' attribute. |
void |
setHover(boolean value)
Sets the value of the '
Hover' attribute. |
void |
setSmall(boolean value)
Sets the value of the '
Small' attribute. |
void |
setStriped(boolean value)
Sets the value of the '
Striped' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isDark()
setDark(boolean),
BootstrapPackage.getTableConfiguration_Dark()void setDark(boolean value)
Dark' attribute.
value - the new value of the 'Dark' attribute.isDark()boolean isStriped()
setStriped(boolean),
BootstrapPackage.getTableConfiguration_Striped()void setStriped(boolean value)
Striped' attribute.
value - the new value of the 'Striped' attribute.isStriped()boolean isBordered()
setBordered(boolean),
BootstrapPackage.getTableConfiguration_Bordered()void setBordered(boolean value)
Bordered' attribute.
value - the new value of the 'Bordered' attribute.isBordered()boolean isBorderless()
setBorderless(boolean),
BootstrapPackage.getTableConfiguration_Borderless()void setBorderless(boolean value)
Borderless' attribute.
value - the new value of the 'Borderless' attribute.isBorderless()boolean isHover()
setHover(boolean),
BootstrapPackage.getTableConfiguration_Hover()void setHover(boolean value)
Hover' attribute.
value - the new value of the 'Hover' attribute.isHover()boolean isSmall()
setSmall(boolean),
BootstrapPackage.getTableConfiguration_Small()Copyright © 2022 Nasdanika. All rights reserved.