|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type this renderer knows how to presentpublic interface Renderer<T>
A ClientConnector for controlling client-side
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.vaadin.server.ClientConnector |
---|
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListener |
Method Summary | |
---|---|
elemental.json.JsonValue |
encode(T value)
Encodes the given value into a JsonValue . |
java.lang.Class<T> |
getPresentationType()
Returns the class literal corresponding to the presentation type T. |
void |
remove()
Deprecated. |
void |
setParent(ClientConnector parent)
Deprecated. |
Methods inherited from interface com.vaadin.server.ClientConnector |
---|
addAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getParent, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler |
Methods inherited from interface com.vaadin.shared.Connector |
---|
getConnectorId |
Method Detail |
---|
java.lang.Class<T> getPresentationType()
elemental.json.JsonValue encode(T value)
JsonValue
.
value
- the value to encode
@Deprecated void remove()
remove
in interface Extension
@Deprecated void setParent(ClientConnector parent)
setParent
in interface Extension
parent
- the parent connector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |