Class AbstractUiTimeField.SetShowClearButtonCommand

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

public static class AbstractUiTimeField.SetShowClearButtonCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • showClearButton

      protected boolean showClearButton
  • Constructor Details

    • SetShowClearButtonCommand

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

      public SetShowClearButtonCommand(String componentId, boolean showClearButton)
  • Method Details