Class UiSlider
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiField
org.teamapps.dto.UiSlider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiField
UiField.BlurEvent, UiField.FocusCommand, UiField.FocusGainedEvent, UiField.SetEditingModeCommand, UiField.SetFieldMessagesCommand, UiField.SetValueCommand, UiField.ValueChangedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected booleanprotected doubleprotected doubleprotected Stringprotected doubleprotected Stringprotected StringFields inherited from class org.teamapps.dto.UiField
editingMode, fieldMessages, valueFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleandoublegetMax()doublegetMin()doublegetStep()setDebuggingId(String debuggingId) setDisplayedDecimals(int displayedDecimals) setEditingMode(UiFieldEditingMode editingMode) setFieldMessages(List<UiFieldMessage> fieldMessages) setHumanReadableFileSize(boolean humanReadableFileSize) setMax(double max) setMin(double min) setSelectionColor(String selectionColor) setStep(double step) setTooltipPostfix(String tooltipPostfix) setTooltipPrefix(String tooltipPrefix) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiField
getEditingMode, getFieldMessages, getValueMethods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
min
protected double min -
max
protected double max -
step
protected double step -
displayedDecimals
protected int displayedDecimals -
selectionColor
-
tooltipPrefix
-
tooltipPostfix
-
humanReadableFileSize
protected boolean humanReadableFileSize
-
-
Constructor Details
-
UiSlider
public UiSlider()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
-
getMin
public double getMin() -
getMax
public double getMax() -
getStep
public double getStep() -
getDisplayedDecimals
public int getDisplayedDecimals() -
getSelectionColor
-
getTooltipPrefix
-
getTooltipPostfix
-
getHumanReadableFileSize
public boolean getHumanReadableFileSize() -
setId
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiField
-
setVisible
- Overrides:
setVisiblein classUiField
-
setStylesBySelector
-
setClassNamesBySelector
-
setAttributesBySelector
-
setEditingMode
- Overrides:
setEditingModein classUiField
-
setValue
-
setFieldMessages
- Overrides:
setFieldMessagesin classUiField
-
setMin
-
setMax
-
setStep
-
setDisplayedDecimals
-
setSelectionColor
-
setTooltipPrefix
-
setTooltipPostfix
-
setHumanReadableFileSize
-