Class UiTextColorMarkerField.SetToolbarEnabledCommand

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

public static class UiTextColorMarkerField.SetToolbarEnabledCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • enabled

      protected boolean enabled
  • Constructor Details

    • SetToolbarEnabledCommand

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

      public SetToolbarEnabledCommand(String componentId, boolean enabled)
  • Method Details