public interface Carousel extends Div
The following features are supported:
BootstrapPackage.getCarousel()| Modifier and Type | Method and Description |
|---|---|
String |
getInterval()
Returns the value of the 'Interval' attribute.
|
EList<Slide> |
getSlides()
Returns the value of the 'Slides' containment reference list.
|
boolean |
isControls()
Returns the value of the 'Controls' attribute.
|
boolean |
isCrossFade()
Returns the value of the 'Cross Fade' attribute.
|
boolean |
isIndicator()
Returns the value of the 'Indicator' attribute.
|
boolean |
isRide()
Returns the value of the 'Ride' attribute.
|
void |
setControls(boolean value)
Sets the value of the '
Controls' attribute. |
void |
setCrossFade(boolean value)
Sets the value of the '
Cross Fade' attribute. |
void |
setIndicator(boolean value)
Sets the value of the '
Indicator' attribute. |
void |
setInterval(String value)
Sets the value of the '
Interval' attribute. |
void |
setRide(boolean value)
Sets the value of the '
Ride' attribute. |
getAppearance, setAppearancegetAttributes, getContentgetActionPrototype, getDescription, getUri, getUuid, setActionPrototype, setDescription, setUri, setUuidgetMarkerseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEList<Slide> getSlides()
Slide.
BootstrapPackage.getCarousel_Slides()boolean isControls()
setControls(boolean),
BootstrapPackage.getCarousel_Controls()void setControls(boolean value)
Controls' attribute.
value - the new value of the 'Controls' attribute.isControls()boolean isIndicator()
setIndicator(boolean),
BootstrapPackage.getCarousel_Indicator()void setIndicator(boolean value)
Indicator' attribute.
value - the new value of the 'Indicator' attribute.isIndicator()boolean isCrossFade()
setCrossFade(boolean),
BootstrapPackage.getCarousel_CrossFade()void setCrossFade(boolean value)
Cross Fade' attribute.
value - the new value of the 'Cross Fade' attribute.isCrossFade()boolean isRide()
"true".
setRide(boolean),
BootstrapPackage.getCarousel_Ride()void setRide(boolean value)
Ride' attribute.
value - the new value of the 'Ride' attribute.isRide()String getInterval()
setInterval(String),
BootstrapPackage.getCarousel_Interval()void setInterval(String value)
Interval' attribute.
value - the new value of the 'Interval' attribute.getInterval()Copyright © 2022 Nasdanika. All rights reserved.