Uses of Class
com.vaadin.ui.ConnectorTracker
-
Packages that use ConnectorTracker Package Description com.vaadin.server com.vaadin.server.communication com.vaadin.ui -
-
Uses of ConnectorTracker in com.vaadin.server
Methods in com.vaadin.server with parameters of type ConnectorTracker Modifier and Type Method Description static Object
JsonCodec. decodeCustomType(Type targetType, JsonValue value, ConnectorTracker connectorTracker)
static Object
JsonCodec. decodeInternalOrCustomType(Type targetType, JsonValue value, ConnectorTracker connectorTracker)
static Object
JsonCodec. decodeInternalType(Type targetType, boolean restrictToInternalTypes, JsonValue encodedJsonValue, ConnectorTracker connectorTracker)
Decodes a value that is of an internal type.static EncodeResult
JsonCodec. encode(Object value, JsonValue diffState, Type valueType, ConnectorTracker connectorTracker)
-
Uses of ConnectorTracker in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type ConnectorTracker Modifier and Type Method Description Date
DateSerializer. deserialize(Type type, JsonValue jsonValue, ConnectorTracker connectorTracker)
T
JSONSerializer. deserialize(Type type, JsonValue jsonValue, ConnectorTracker connectorTracker)
Creates and deserializes an object received from the client.JsonValue
DateSerializer. serialize(Date value, ConnectorTracker connectorTracker)
JsonValue
JSONSerializer. serialize(T value, ConnectorTracker connectorTracker)
Serialize the given object into JSON. -
Uses of ConnectorTracker in com.vaadin.ui
Methods in com.vaadin.ui that return ConnectorTracker Modifier and Type Method Description ConnectorTracker
UI. getConnectorTracker()
-