Interface | Description |
---|---|
IConverter<S,D> |
Interface to convert a data type into another.
|
IFieldFactory |
Interface for objects which know how to how to
create a form widget for a given metadata.
|
IMetadata<T,U> |
Interface to abstract access to a property of a
GXT ModelData model object
|
IPropertyAccessor<T,U> |
Class to access javascript property or function
|
IValidatable<T> |
Interface for models which support validation
|
IValidator<T,U> |
Interface for classes which provide data validation
for a metadata.
|
ModelConstants |
Interface to define text constants used in the application model.
|
ValidationConstants |
Interface to define text constants used in error validation messages.
|
Class | Description |
---|---|
AbstractModel<U> |
Base class for GXT
Model
implementations which rely on a MetaModel to supply
the model properties. |
AttrMetadata |
Metadata class based on DOM attributes
|
CssMetadata<T> |
Metadata class based on CSS properties
|
JSMetadata<T,U> |
Metadata class based on a java script property or a function
|
MetadataBase<T,U> |
Base class for metadata
|
MetaModel<U> |
Metamodel contains information which enable the introspection
of a model.
|
ModelCategory<U> |
Class to group related metadata of a model into a logical abstraction
|
ValidationError |
Class to represent a validation error or warning.
|
XPathMetadata<T> |
Metadata class based on DOM xpaths
|
Enum | Description |
---|---|
ValidationError.Severity |
Enum to represent the severity of an error
|
Copyright © 2018. All Rights Reserved.