Class UiNumberField.SetPlaceholderTextCommand

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

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

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

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

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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • SetPlaceholderTextCommand

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

      public SetPlaceholderTextCommand​(java.lang.String componentId, java.lang.String placeholderText)
  • Method Details