Package com.extjs.gxt.ui.client.util

Utility classes.

See:
          Description

Class Summary
BaseEventPreview Specialized EventPreview.
CSS Provides functions for removing and adding stylesheets.
DateWrapper Provides a useful set of date related functions without using any deprecated APIs.
DefaultComparator<X> Default Comparator implementation.
DelayedTask A Timer that is cancelled if a new request is made.
Elements Utility class for identifying elements either as a single element, array of elements, a id, and index.
Format Formatting functions.
KeyNav<E extends ComponentEvent> Provides a convenient wrapper for normalized keyboard navigation.
KeyNavListener Listener for key navs.
Margins Represents 4-side margins.
Markup Raw html content.
Padding  
Params Aggregates both a list of values and a map of named values.
Point Instances of this class represent places on the (x, y) coordinate plane.
Rectangle Represents an area in a coordinate system.
Region Represents a region in the coordinate system.
Size Instances of this class represent a rectangle's size.
StyleTemplate Sets multiple CSS rules on a style element.
TextMetrics Provides precise pixel measurements for blocks of text so that you can determine exactly how high and wide, in pixels, a given block of text will be.
Theme A UI theme.
ThemeManager Manages the libraries themes.
TreeBuilder Various ways of populating trees.
Util Various utility functions.
WidgetHelper Deprecated. use ComponentHelper
 

Enum Summary
DateWrapper.Unit Represents the different unit values that the DateWrapper.add(Unit, int) method takes
 

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

Utility classes.