Interface FormService

  • All Superinterfaces:
    com.google.gwt.user.client.rpc.RemoteService

    @RemoteServiceRelativePath("form")
    public interface FormService
    extends com.google.gwt.user.client.rpc.RemoteService
    The client side stub for the Form Service. This service gives all needed methods to handle the forms.
    • Method Detail

      • delete

        void delete​(long formId)
             throws ServerException
        Deletes a form
        Parameters:
        formId - identifier of the form to delete
        Throws:
        ServerException - an error happened in the server application