Interface JavaScriptCallable


  • public interface JavaScriptCallable
    $Id: JavaScriptCallable.java 412 2010-09-17 21:23:25Z lionel.armanet $

    Defines a JavaScript callable statement (e.g. a statement chainable with others).

    Since:
    0.5
    Author:
    Lionel Armanet
    • Method Detail

      • statement

        java.lang.CharSequence statement()
        Returns:
        a CharSequence containing the JavaScript statement to call