Interface TableHeader
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,TableRowContainer,TableSection
- All Known Implementing Classes:
TableHeaderImpl
public interface TableHeader extends TableSection
A representation of the model object 'Table Header'. Table header.The following features are supported:
- See Also:
BootstrapPackage.getTableHeader()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDark()Returns the value of the 'Dark' attribute.booleanisLight()Returns the value of the 'Light' attribute.voidsetDark(boolean value)Sets the value of the 'Dark' attribute.voidsetLight(boolean value)Sets the value of the 'Light' attribute.-
Methods inherited from interface org.nasdanika.html.model.bootstrap.BootstrapElement
getAppearance, setAppearance
-
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.nasdanika.html.model.html.HtmlElement
getAttributes, getContent
-
Methods inherited from interface org.nasdanika.ncore.ModelElement
getActionPrototype, getDescription, getRepresentations, getUris, getUuid, setActionPrototype, setDescription, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.nasdanika.html.model.bootstrap.TableRowContainer
getRows
-
-
-
-
Method Detail
-
isDark
boolean isDark()
Returns the value of the 'Dark' attribute. Dark header (mutually exclusive with light).- Returns:
- the value of the 'Dark' attribute.
- See Also:
setDark(boolean),BootstrapPackage.getTableHeader_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()
-
isLight
boolean isLight()
Returns the value of the 'Light' attribute. Light header (mutually exclusive with dark).- Returns:
- the value of the 'Light' attribute.
- See Also:
setLight(boolean),BootstrapPackage.getTableHeader_Light()
-
-