Class LayoutClient


  • public class LayoutClient
    extends java.lang.Object
    • Method Detail

      • undockWindow

        public void undockWindow​(java.lang.String applicationUuid,
                                 java.lang.String windowName,
                                 AckListener listener)
      • tabWindows

        public void tabWindows​(WindowIdentity target,
                               WindowIdentity identity,
                               AckListener listener)
        Add a window, with identity, as a tab to the context the target window belongs to
        Parameters:
        target - target window
        identity - window to add
        listener - AckListener for this request
      • generateWorkspace

        public void generateWorkspace​(AsyncCallback<org.json.JSONObject> callback,
                                      AckListener listener)
      • retoreWorkspace

        public void retoreWorkspace​(org.json.JSONObject workspace,
                                    AckListener listener)