T - the type this renderer knows how to present@Deprecated public interface Renderer<T> extends Extension
Grid renderers. Renderers
currently extend the Extension interface, but this fact should be regarded as
an implementation detail and subject to change in a future major or minor
Vaadin revision.ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListener| Modifier and Type | Method and Description |
|---|---|
elemental.json.JsonValue |
encode(T value)
Deprecated.
Encodes the given value into a
JsonValue. |
Class<T> |
getPresentationType()
Deprecated.
Returns the class literal corresponding to the presentation type T.
|
void |
remove()
Deprecated.
|
void |
setParent(ClientConnector parent)
Deprecated.
|
addAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getParent, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerClass<T> getPresentationType()
elemental.json.JsonValue encode(T value)
JsonValue.value - the value to encode@Deprecated void remove()
@Deprecated void setParent(ClientConnector parent)
Copyright © 2019 Vaadin Ltd. All rights reserved.