Class UiNumberField.SetSliderStepCommand

java.lang.Object
org.teamapps.dto.UiNumberField.SetSliderStepCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiNumberField

public static class UiNumberField.SetSliderStepCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected double step  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetSliderStepCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetSliderStepCommand​(java.lang.String componentId, double step)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    double getStep()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • step

      protected double step
  • Constructor Details

    • SetSliderStepCommand

      @Deprecated public SetSliderStepCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetSliderStepCommand

      public SetSliderStepCommand​(java.lang.String componentId, double step)
  • Method Details