public class SliderDescription extends UiObjectBaseDescription
Modifier and Type | Class and Description |
---|---|
static class |
SliderDescription.Builder
This class can be used to construct an instance of the SliderDescription class using the builder pattern.
|
protected static class |
SliderDescription.Init<T extends SliderDescription.Init<T>>
Helper class for SliderDescription.Builder.
|
Modifier | Constructor and Description |
---|---|
|
SliderDescription()
Initializes a new instance of the SliderDescription class.
|
protected |
SliderDescription(SliderDescription.Init<?> init)
Initializes a new instance of the SliderDescription class using the Builder pattern.
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
getContainerAttachedText()
Returns the slider container's attached text.
|
java.lang.Integer |
getMaxPosition()
Returns the maximum position of the slider.
|
java.lang.Integer |
getMinPosition()
Returns the minimum position of the slider.
|
SliderOrientation |
getOrientation()
Returns the orientation of the slider.
|
java.lang.Integer |
getPosition()
Returns the position of the slider.
|
java.lang.Boolean |
isScrollBar()
Indicates whether slider is a scrollBar.
|
void |
setContainerAttachedText(java.lang.String containerAttachedText)
Sets the slider container's attached text.
|
void |
setContainerAttachedText(StringProperty containerAttachedText)
Sets the slider container's attached text.
|
void |
setMaxPosition(java.lang.Integer maxPosition)
Sets the maximum position of the slider.
|
void |
setMinPosition(java.lang.Integer minPosition)
Sets the minimum position of the slider.
|
void |
setOrientation(SliderOrientation orientation)
Sets the orientation of the slider.
|
void |
setPosition(java.lang.Integer position)
Sets the position of the slider.
|
void |
setScrollBar(java.lang.Boolean isScrollBar)
Sets whether slider is a scrollBar.
|
getAbsoluteLocation, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getLocation, getNativeClass, getObjectName, getPath, getSize, getTagName, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttachedText, setAttachedText, setBackgroundColor, setBackgroundColor, setEnabled, setFocused, setForegroundColor, setForegroundColor, setLabel, setLabel, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setObjectName, setObjectName, setPath, setPath, setSize, setSize, setSize, setTagName, setTagName, setVisible
cloneTo, getIndex, getIndexType, getVRI, setIndex, setIndexType, setVRI, setVRI
clone
getValueAs, getValueAsStringProperty, insertValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public SliderDescription()
protected SliderDescription(SliderDescription.Init<?> init)
init
- the Builder pattern.public void setContainerAttachedText(StringProperty containerAttachedText)
containerAttachedText
- a StringProperty
or RegExpProperty
.public void setContainerAttachedText(java.lang.String containerAttachedText)
containerAttachedText
- the text.public StringProperty getContainerAttachedText()
public SliderOrientation getOrientation()
public void setOrientation(SliderOrientation orientation)
orientation
- the orientation of the slider.public java.lang.Integer getPosition()
public void setPosition(java.lang.Integer position)
position
- the position of the slider.public java.lang.Integer getMaxPosition()
public void setMaxPosition(java.lang.Integer maxPosition)
maxPosition
- the maximum position of the slider.public java.lang.Integer getMinPosition()
public void setMinPosition(java.lang.Integer minPosition)
minPosition
- the minimum position of the slider.public void setScrollBar(java.lang.Boolean isScrollBar)
isScrollBar
- true if slider is a scrollBar.public java.lang.Boolean isScrollBar()