Interface TableConfiguration
-
- All Known Subinterfaces:
Table
- All Known Implementing Classes:
TableImpl
public interface TableConfiguration extends EObject
A representation of the model object 'Table Configuration'. Configuration of [bootstrap table](https://getbootstrap.com/docs/4.0/content/tables/)The following features are supported:
- See Also:
BootstrapPackage.getTableConfiguration()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBordered()Returns the value of the 'Bordered' attribute.booleanisBorderless()Returns the value of the 'Borderless' attribute.booleanisDark()Returns the value of the 'Dark' attribute.booleanisHover()Returns the value of the 'Hover' attribute.booleanisSmall()Returns the value of the 'Small' attribute.booleanisStriped()Returns the value of the 'Striped' attribute.voidsetBordered(boolean value)Sets the value of the 'Bordered' attribute.voidsetBorderless(boolean value)Sets the value of the 'Borderless' attribute.voidsetDark(boolean value)Sets the value of the 'Dark' attribute.voidsetHover(boolean value)Sets the value of the 'Hover' attribute.voidsetSmall(boolean value)Sets the value of the 'Small' attribute.voidsetStriped(boolean value)Sets the value of the 'Striped' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
isDark
boolean isDark()
Returns the value of the 'Dark' attribute. Dark table flag.- Returns:
- the value of the 'Dark' attribute.
- See Also:
setDark(boolean),BootstrapPackage.getTableConfiguration_Dark()
-
setDark
void setDark(boolean value)
Sets the value of the 'Dark' attribute.- Parameters:
value- the new value of the 'Dark' attribute.- See Also:
isDark()
-
isStriped
boolean isStriped()
Returns the value of the 'Striped' attribute. Striped table flag.- Returns:
- the value of the 'Striped' attribute.
- See Also:
setStriped(boolean),BootstrapPackage.getTableConfiguration_Striped()
-
setStriped
void setStriped(boolean value)
Sets the value of the 'Striped' attribute.- Parameters:
value- the new value of the 'Striped' attribute.- See Also:
isStriped()
-
isBordered
boolean isBordered()
Returns the value of the 'Bordered' attribute. Bordered table flag.- Returns:
- the value of the 'Bordered' attribute.
- See Also:
setBordered(boolean),BootstrapPackage.getTableConfiguration_Bordered()
-
setBordered
void setBordered(boolean value)
Sets the value of the 'Bordered' attribute.- Parameters:
value- the new value of the 'Bordered' attribute.- See Also:
isBordered()
-
isBorderless
boolean isBorderless()
Returns the value of the 'Borderless' attribute. Borderless table flag.- Returns:
- the value of the 'Borderless' attribute.
- See Also:
setBorderless(boolean),BootstrapPackage.getTableConfiguration_Borderless()
-
setBorderless
void setBorderless(boolean value)
Sets the value of the 'Borderless' attribute.- Parameters:
value- the new value of the 'Borderless' attribute.- See Also:
isBorderless()
-
isHover
boolean isHover()
Returns the value of the 'Hover' attribute. If checked, rows change background on mouse pointer hover.- Returns:
- the value of the 'Hover' attribute.
- See Also:
setHover(boolean),BootstrapPackage.getTableConfiguration_Hover()
-
setHover
void setHover(boolean value)
Sets the value of the 'Hover' attribute.- Parameters:
value- the new value of the 'Hover' attribute.- See Also:
isHover()
-
isSmall
boolean isSmall()
Returns the value of the 'Small' attribute. Small table flag.- Returns:
- the value of the 'Small' attribute.
- See Also:
setSmall(boolean),BootstrapPackage.getTableConfiguration_Small()
-
-