Package com.extjs.gxt.ui.client.core

Core utilities.

See:
          Description

Interface Summary
CompositeFunction Inteface for functions that can be applied to all the elements of a CompositeElement.
Markup  
Templates This is a marker interface for template factories.
 

Class Summary
CompositeElement Wraps an list of elements, allowing code to be applied to each element using a CompositeFunction.
DomHelper Utility class for creating elements from HTML fragments.
DomQuery Provides high performance selector/xpath processing.
El Represents an Element in the DOM.
MarkupBase  
Template Represents an HTML fragment template.
TemplatesBase  
TemplatesBase.IterableRange<T extends Number>  
TemplatesCache  
TemplatesCache.Cache  
TemplatesCache.Cache.Key  
XTemplate A template class that supports advanced functionality like autofilling arrays, conditional processing with basic comparison operators, sub-templates, basic math function support, special built-in template variables, inline code execution and more.
 

Enum Summary
El.VisMode VisMode enumeration.
 

Annotation Types Summary
Templates.Cache

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

Templates.Compress

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

Templates.Resource

Used on Templates subinterface methods to override the template resource.

Templates.Selector

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

 

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

Core utilities.