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 ObjectJsonCodec. decodeCustomType(Type targetType, elemental.json.JsonValue value, ConnectorTracker connectorTracker)static ObjectJsonCodec. decodeInternalOrCustomType(Type targetType, elemental.json.JsonValue value, ConnectorTracker connectorTracker)static ObjectJsonCodec. decodeInternalType(Type targetType, boolean restrictToInternalTypes, elemental.json.JsonValue encodedJsonValue, ConnectorTracker connectorTracker)Decodes a value that is of an internal type.static EncodeResultJsonCodec. encode(Object value, elemental.json.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 DateDateSerializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ConnectorTracker connectorTracker)TJSONSerializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ConnectorTracker connectorTracker)Creates and deserializes an object received from the client.elemental.json.JsonValueDateSerializer. serialize(Date value, ConnectorTracker connectorTracker)elemental.json.JsonValueJSONSerializer. 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 ConnectorTrackerUI. getConnectorTracker()
-