@Dependent public class JSNIHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FORM_VALIDATOR_FUNCTION |
Constructor and Description |
---|
JSNIHelper() |
Modifier and Type | Method and Description |
---|---|
protected int |
endOfScript(String html) |
Map<String,Object> |
getParameters(com.google.gwt.core.client.JavaScriptObject values) |
void |
injectFormValidationsScripts(String html) |
void |
notifyErrorMessage(String opener,
String message) |
protected void |
notifyOpener(String message) |
protected void |
notifyOpener(String status,
String message) |
void |
notifySuccessMessage(String opener,
String message) |
Map<String,String> |
parseParams(com.google.gwt.json.client.JSONObject jsonParams) |
void |
publishGetFormValues() |
protected int |
startOfScript(String html) |
public static final String FORM_VALIDATOR_FUNCTION
public void publishGetFormValues()
public Map<String,Object> getParameters(com.google.gwt.core.client.JavaScriptObject values)
protected void notifyOpener(String message)
public void injectFormValidationsScripts(String html)
protected int startOfScript(String html)
protected int endOfScript(String html)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.