public class WebViewableUtilities extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebViewableUtilities.Event |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTitle(WebViewable webView) |
static void |
sendData(io.vertx.core.json.JsonObject jsonData,
NamedObj source) |
static void |
sendEvent(WebViewableUtilities.Event type,
NamedObj source) |
static void |
sendEvent(WebViewableUtilities.Event type,
NamedObj source,
java.util.Date timestamp) |
static void |
sendEvent(WebViewableUtilities.Event type,
NamedObj source,
java.lang.String id) |
static void |
sendOptions(NamedObj source,
java.lang.String id) |
static void |
sendTitle(java.lang.String title,
NamedObj source) |
public static java.lang.String getTitle(WebViewable webView)
public static void sendData(io.vertx.core.json.JsonObject jsonData, NamedObj source) throws IllegalActionException
IllegalActionException
public static void sendEvent(WebViewableUtilities.Event type, NamedObj source) throws IllegalActionException
IllegalActionException
public static void sendEvent(WebViewableUtilities.Event type, NamedObj source, java.util.Date timestamp) throws IllegalActionException
IllegalActionException
public static void sendEvent(WebViewableUtilities.Event type, NamedObj source, java.lang.String id) throws IllegalActionException
IllegalActionException
public static void sendOptions(NamedObj source, java.lang.String id) throws IllegalActionException
IllegalActionException
public static void sendTitle(java.lang.String title, NamedObj source) throws IllegalActionException
IllegalActionException