Interface Carousel
-
- All Superinterfaces:
org.nasdanika.common.Adaptable,BootstrapElement,Div,EObject,HtmlElement,org.nasdanika.ncore.Marked,org.nasdanika.persistence.Marked,org.nasdanika.ncore.ModelElement,Notifier,Tag,Tag
- All Known Implementing Classes:
CarouselImpl
public interface Carousel extends Div
A representation of the model object 'Carousel'.The following features are supported:
- See Also:
BootstrapPackage.getCarousel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInterval()Returns the value of the 'Interval' attribute.EList<Slide>getSlides()Returns the value of the 'Slides' containment reference list.booleanisControls()Returns the value of the 'Controls' attribute.booleanisCrossFade()Returns the value of the 'Cross Fade' attribute.booleanisIndicator()Returns the value of the 'Indicator' attribute.booleanisRide()Returns the value of the 'Ride' attribute.voidsetControls(boolean value)Sets the value of the 'Controls' attribute.voidsetCrossFade(boolean value)Sets the value of the 'Cross Fade' attribute.voidsetIndicator(boolean value)Sets the value of the 'Indicator' attribute.voidsetInterval(String value)Sets the value of the 'Interval' attribute.voidsetRide(boolean value)Sets the value of the 'Ride' 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
-
-
-
-
Method Detail
-
getSlides
EList<Slide> getSlides()
Returns the value of the 'Slides' containment reference list. The list contents are of typeSlide.- Returns:
- the value of the 'Slides' containment reference list.
- See Also:
BootstrapPackage.getCarousel_Slides()
-
isControls
boolean isControls()
Returns the value of the 'Controls' attribute.- Returns:
- the value of the 'Controls' attribute.
- See Also:
setControls(boolean),BootstrapPackage.getCarousel_Controls()
-
setControls
void setControls(boolean value)
Sets the value of the 'Controls' attribute.- Parameters:
value- the new value of the 'Controls' attribute.- See Also:
isControls()
-
isIndicator
boolean isIndicator()
Returns the value of the 'Indicator' attribute.- Returns:
- the value of the 'Indicator' attribute.
- See Also:
setIndicator(boolean),BootstrapPackage.getCarousel_Indicator()
-
setIndicator
void setIndicator(boolean value)
Sets the value of the 'Indicator' attribute.- Parameters:
value- the new value of the 'Indicator' attribute.- See Also:
isIndicator()
-
isCrossFade
boolean isCrossFade()
Returns the value of the 'Cross Fade' attribute.- Returns:
- the value of the 'Cross Fade' attribute.
- See Also:
setCrossFade(boolean),BootstrapPackage.getCarousel_CrossFade()
-
setCrossFade
void setCrossFade(boolean value)
Sets the value of the 'Cross Fade' attribute.- Parameters:
value- the new value of the 'Cross Fade' attribute.- See Also:
isCrossFade()
-
isRide
boolean isRide()
Returns the value of the 'Ride' attribute. The default value is"true".- Returns:
- the value of the 'Ride' attribute.
- See Also:
setRide(boolean),BootstrapPackage.getCarousel_Ride()
-
setRide
void setRide(boolean value)
Sets the value of the 'Ride' attribute.- Parameters:
value- the new value of the 'Ride' attribute.- See Also:
isRide()
-
getInterval
String getInterval()
Returns the value of the 'Interval' attribute.- Returns:
- the value of the 'Interval' attribute.
- See Also:
setInterval(String),BootstrapPackage.getCarousel_Interval()
-
setInterval
void setInterval(String value)
Sets the value of the 'Interval' attribute.- Parameters:
value- the new value of the 'Interval' attribute.- See Also:
getInterval()
-
-