Interface JsMethodInvocationBuilder
public interface JsMethodInvocationBuilder
Builder for specifying JavaScript method invocations.
- Since:
- 3.10.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionCall Javascript method.
- 
Method Details- 
callCall Javascript method.- Parameters:
- name- - Javascript method name
- Throws:
- IllegalStateException- if- HtmlTagBuilder.finished()was called before.
- IllegalStateException- if this method was already called for this object
- IllegalArgumentException- if method name is empty
 
 
-