Interface TableConfiguration
- All Known Subinterfaces:
Table
- All Known Implementing Classes:
TableImpl
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:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Bordered' attribute.booleanReturns 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.booleanReturns 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isDark
boolean isDark()Returns the value of the 'Dark' attribute. Dark table flag.- Returns:
- the value of the 'Dark' attribute.
- See Also:
-
setDark
Sets the value of the 'Dark' attribute.- Parameters:
value- the new value of the 'Dark' attribute.- See Also:
-
isStriped
boolean isStriped()Returns the value of the 'Striped' attribute. Striped table flag.- Returns:
- the value of the 'Striped' attribute.
- See Also:
-
setStriped
Sets the value of the 'Striped' attribute.- Parameters:
value- the new value of the 'Striped' attribute.- See Also:
-
isBordered
boolean isBordered()Returns the value of the 'Bordered' attribute. Bordered table flag.- Returns:
- the value of the 'Bordered' attribute.
- See Also:
-
setBordered
Sets the value of the 'Bordered' attribute.- Parameters:
value- the new value of the 'Bordered' attribute.- See Also:
-
isBorderless
boolean isBorderless()Returns the value of the 'Borderless' attribute. Borderless table flag.- Returns:
- the value of the 'Borderless' attribute.
- See Also:
-
setBorderless
Sets the value of the 'Borderless' attribute.- Parameters:
value- the new value of the 'Borderless' attribute.- See Also:
-
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
Sets the value of the 'Hover' attribute.- Parameters:
value- the new value of the 'Hover' attribute.- See Also:
-
isSmall
boolean isSmall()Returns the value of the 'Small' attribute. Small table flag.- Returns:
- the value of the 'Small' attribute.
- See Also:
-
setSmall
Sets the value of the 'Small' attribute.- Parameters:
value- the new value of the 'Small' attribute.- See Also:
-