Class UiRootPanel.BuildRootPanelCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiRootPanel

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

      • containerElementId

        protected java.lang.String containerElementId
    • Constructor Detail

      • BuildRootPanelCommand

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

        public BuildRootPanelCommand​(java.lang.String containerElementId,
                                     UiComponentReference uiRootPanel)
    • Method Detail

      • toString

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

        public java.lang.String getContainerElementId()
      • getComponentId

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