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

Utility classes.

See:
          Description

Class Summary
BaseEventPreview Specialized EventPreview.
ClickRepeater A utility class that continues to fire a "click" event when the user holds the mouse key down.
CSS Provides functions for removing and adding stylesheets.
DateWrapper Instances of this class are immutable and as such any mutation methods return new DateWrapper instances.
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.
IconHelper Provides helper methods to create AbstractImagePrototype instances from paths and CSS style names.
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 Represents 4-side 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.
Scroll Represents the left and top scroll values.
Size Instances of this class represent a rectangle's size.
StopWatch  
StyleTemplate Sets multiple CSS rules on a style element.
SwallowEvent  
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 Deprecated. see TreePanel
Util Various utility functions.
 

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.