Class RendererVisitor
- java.lang.Object
-
- com.vaadin.server.widgetsetutils.metadata.TypeVisitor
-
- com.vaadin.server.widgetsetutils.metadata.RendererVisitor
-
public class RendererVisitor extends TypeVisitor
Generates type data for renderer connectors.- Stores the return type of the overridden
getRenderermethod to enable automatic creation of an instance of the proper renderer type. - Stores the presentation type of the connector to enable the
decodemethod to work without having to implement a "getPresentationType" method.
- Since:
- 7.4
- Author:
- Vaadin Ltd
- See Also:
WidgetInitVisitor
- Stores the return type of the overridden
-
-
Constructor Summary
Constructors Constructor Description RendererVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitConnector(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.typeinfo.JClassType type, ConnectorBundle bundle)-
Methods inherited from class com.vaadin.server.widgetsetutils.metadata.TypeVisitor
init, visitClientRpc, visitServerRpc
-
-
-
-
Method Detail
-
visitConnector
public void visitConnector(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.typeinfo.JClassType type, ConnectorBundle bundle) throws com.google.gwt.core.ext.UnableToCompleteException- Overrides:
visitConnectorin classTypeVisitor- Throws:
com.google.gwt.core.ext.UnableToCompleteException
-
-