public class RequestBuilderWorkspaceValidateItem extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
TIME_INFO_DISPLAY |
Constructor and Description |
---|
RequestBuilderWorkspaceValidateItem(com.google.gwt.http.client.RequestBuilder.Method method,
String servletName,
String params,
String targetWindow,
com.google.gwt.user.client.rpc.AsyncCallback<WindowOpenParameter> callback) |
protected static final int TIME_INFO_DISPLAY
public RequestBuilderWorkspaceValidateItem(com.google.gwt.http.client.RequestBuilder.Method method, String servletName, String params, String targetWindow, com.google.gwt.user.client.rpc.AsyncCallback<WindowOpenParameter> callback) throws Exception
method
- servletName
- the name of the servlet that must be calledparams
- param=value¶m1=value1&...targetWindow
- the target of the window (e.g. "_blank")callback
- Exception
public void handleError(String message)
Copyright © 2016. All Rights Reserved.