Class AbstractUiDateTimeField.SetShowDropDownButtonCommand

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

public static class AbstractUiDateTimeField.SetShowDropDownButtonCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • showDropDownButton

      protected boolean showDropDownButton
  • Constructor Details

    • SetShowDropDownButtonCommand

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

      public SetShowDropDownButtonCommand(String componentId, boolean showDropDownButton)
  • Method Details