Class UiRootPanel.ShowPopupCommand

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

public static class UiRootPanel.ShowPopupCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

  • Constructor Details

    • ShowPopupCommand

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

      public ShowPopupCommand​(UiClientObjectReference popup)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getPopup

      public UiClientObjectReference getPopup()
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>