Class WebBrowser.JavaScriptVersion

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.web.WebBrowser.JavaScriptVersion

equals(Object)

See Also
java.lang.Object.equals

supports(WebBrowser.JavaScriptVersion)

Parameters

return

true if this supports the other, false otherwise

Check compability with other JavaScript version. Use this like: boolean isEcma = someVersion.supports(ECMA_262);

toString()

See Also
java.lang.Object.toString