Interface JsMethodInvocationBuilder
public interface JsMethodInvocationBuilder
Builder for specifying JavaScript method invocations.
- Since:
- 3.10.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCall Javascript method.
-
Method Details
-
call
Call Javascript method.- Parameters:
name
- - Javascript method name- Throws:
IllegalStateException
- ifHtmlTagBuilder.finished()
was called before.IllegalStateException
- if this method was already called for this objectIllegalArgumentException
- if method name is empty
-