Interface FormServiceAsync


  • public interface FormServiceAsync
    • Method Detail

      • create

        void create​(GUIDocument form,
                    com.google.gwt.user.client.rpc.AsyncCallback<GUIDocument> callback)
      • delete

        void delete​(long formId,
                    com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)