com.extjs.gxt.ui.client.core
Interface Templates

All Known Subinterfaces:
GridTemplates
All Known Implementing Classes:
TemplatesBase

public interface Templates

This is a marker interface for template factories. All methods of subinterfaces will be generated from template source files. All methods must return Template or String


Nested Class Summary
static interface Templates.Cache
          

Used on Templates subinterface methods identify that the Template should be cached

static interface Templates.Compress
          

Used on Templates subinterface methods identify that the markup should be compressed remove white space between tags remove html comments

static interface Templates.Resource
          

Used on Templates subinterface methods to override the template resource.

static interface Templates.Selector
          

Used on Selectors subinterface methods to specity the css selector to use