public class CarouselDescription extends WebElementDescription
Modifier and Type | Class and Description |
---|---|
static class |
CarouselDescription.Builder
This class can be used to construct an instance of the CarouselDescription class using the builder pattern.
|
protected static class |
CarouselDescription.Init<T extends CarouselDescription.Init<T>>
Helper class for CarouselDescription.Builder.
|
Modifier | Constructor and Description |
---|---|
|
CarouselDescription()
Initializes a new instance of the CarouselDescription class.
|
protected |
CarouselDescription(CarouselDescription.Init<?> init)
Initializes a new instance of the CarouselDescription class using the Builder pattern.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getItemsCount()
Gets the number of items contained in the carousel.
|
Orientation |
getOrientation()
Returns how the carousel items are displayed.
|
java.lang.Boolean |
isEnabled()
Returns whether the carousel is enabled.
|
void |
setEnabled(java.lang.Boolean enabled)
Sets whether the carousel is enabled.
|
void |
setItemsCount(java.lang.Integer itemsCount)
Sets the number of items contained in the carousel.
|
void |
setOrientation(Orientation orientation)
Sets how the carousel items are displayed.
|
getAccessibilityName, getCSSSelector, getRole, getXPath, setAccessibilityName, setAccessibilityName, setCSSSelector, setCSSSelector, setRole, setRole, setXPath, setXPath
cloneTo, getAbsoluteLocation, getAttributes, getClassName, getId, getInnerHTML, getInnerText, getLocation, getName, getOuterHTML, getOuterText, getSize, getStyles, getTagName, getTitle, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttributes, setClassName, setClassName, setId, setId, setInnerHTML, setInnerHTML, setInnerText, setInnerText, setLocation, setLocation, setLocation, setName, setName, setOuterHTML, setOuterHTML, setOuterText, setOuterText, setSize, setSize, setSize, setStyles, setTagName, setTagName, setTitle, setTitle, setVisible
getIndex, getIndexType, getVRI, setIndex, setIndexType, setVRI, setVRI
clone
getValueAs, getValueAsStringProperty, insertValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public CarouselDescription()
protected CarouselDescription(CarouselDescription.Init<?> init)
init
- the Builder pattern.public void setEnabled(java.lang.Boolean enabled)
enabled
- true to enable the object.public java.lang.Boolean isEnabled()
public void setItemsCount(java.lang.Integer itemsCount)
itemsCount
- the number of items contained in the carousel.public java.lang.Integer getItemsCount()
public void setOrientation(Orientation orientation)
orientation
- orientation of the carousel items. Possible values: Orientation
public Orientation getOrientation()
Orientation