Package com.sencha.gxt.core.client

Interface Summary
BindingPropertySet  
ValueProvider<T,V> Returns the property value of the target object.
Version Contains the current codes release information.
XTemplates A tag interface for declaring methods that accept objects and convert them into HTML based on an associated template.
XTemplates.Formatter<T> A simple interface to facilitate creation of custom formatters.
 

Class Summary
GXT GXT core utilities and functions.
GXTLogConfiguration Configures Ext GWT client side logging controlled by the gxt.logging.enabled property.
IdentityValueProvider<T> A read-only ValueProvider that simply returns the model as the property value.
Style Defines GXT public constants and enumerations.
Style.AnchorAlignment  
Supports Determines information about the current platform the application is running on.
ToStringValueProvider<T> A read-only ValueProvider implementation that simply call Object.toString() on the target model.
 

Enum Summary
Style.Anchor  
Style.Direction Direction enumeration.
Style.HideMode HideMode enumeration.
Style.HorizontalAlignment Horizontal alignment enumeration.
Style.LayoutRegion Layout out regions.
Style.Orientation Orientation enumeration.
Style.ScrollDir Scroll direction enumeration.
Style.ScrollDirection Scroll direction enumeration.
Style.SelectionMode Selection mode enumeration.
Style.Side  
Style.VerticalAlignment Vertical alignment enumerations.
 

Annotation Types Summary
BindingPropertySet.PropertyName  
BindingPropertySet.PropertyValue  
XTemplates.FormatterFactories Collection of XTemplates.FormatterFactory instances.
XTemplates.FormatterFactory Declares that a class may act as a factory to provide formatter instances.
XTemplates.FormatterFactoryMethod Allows methods to be called on a factory other than 'getFormat'.
XTemplates.TemplateCondition Defines a single method on an object that should be accessible from within XTemplate conditional statements.
XTemplates.TemplateConditions Holds a collection of XTemplates.TemplateCondition instances, allowing more than one to be declared at a time.
XTemplates.XTemplate Indicates the string that should be used when generating the template.
 



Copyright © 2012. All Rights Reserved.