Klasse UiComponent.SetVisibleCommand

java.lang.Object
org.teamapps.dto.UiComponent.SetVisibleCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiComponent

public static class UiComponent.SetVisibleCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • visible

      protected boolean visible
  • Konstruktordetails

    • SetVisibleCommand

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

      public SetVisibleCommand(String componentId, boolean visible)
  • Methodendetails