Package com.extjs.gxt.ui.rebind.core

GXT Generators.

See:
          Description

Class Summary
BeanModelGenerator  
TemplatesGenerator This is the thread-safe Generator for Templates subinterfaces.
TemplatesGenerator.SourceGenerator This class is responsible for creating the implementing class of a Templates subinterface.
TemplatesGenerator.TemplateToJavaSourceConverter

this class encapsulates all of the code to transform a single template into java source

When the TemplatesGenerator.TemplateToJavaSourceConverter.convert() method is called the generated source already contains a variable "StringBuilder sb" initialized to a new instance

The TemplatesGenerator.TemplateToJavaSourceConverter.convert() method should generate source of the form

 

Package com.extjs.gxt.ui.rebind.core Description

GXT Generators.