com.gwtext.client.data

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » gwtext 2.01 » com.gwtext.client.data 
com.gwtext.client.data
Java Source File NameTypeComment
ArrayReader.javaClass Data reader class that is setup to consume data from an array data source.
BooleanFieldDef.javaClass Field that represents boolean data.
Converter.javaInterface Converter that can be used to format the incoming data before processing it by the Reader .
DataProxy.javaClass This class is an abstract base class for implementations which provide retrieval of unformatted data objects.
DateFieldDef.javaClass Date field class.
FieldDef.javaClass Base abstract FieldDef class.
FloatFieldDef.javaClass Field that represents float data.
GroupingStore.javaClass A specialized store implementation that provides for grouping records by one of the available fields.
HttpProxy.javaClass An implementation of DataProxy that reads a data object from the specified URL.
HttpStoreLoadException.javaClass An HTTP specific com.gwtext.client.data.StoreLoadException that is raised when using the HttpProxy .
IntegerFieldDef.javaClass Field that represents integer data.
JsonReader.javaClass Data reader class to create an Array of Ext.data.Record objects from a JSON response based on mappings in a provided Ext.data.Record constructor.
JsonStore.javaClass Small helper class to make creating Stores for JSON data easier.
MemoryProxy.javaClass An implementation of DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
Node.javaClass A data Node class.
NodeTraversalCallback.javaInterface The node traversal callback itnerface used by several Node methods.
ObjectFieldDef.javaClass Field that represents String data.
Reader.javaClass Base abstract reader class.
Record.javaClass Instances of this class encapsulate both record definition information, and record value information for use in Store objects, or any code which needs to access Records cached in a Store object.
RecordDef.javaClass A record definition where the fields in the source data of a Reader are declared.
ScriptTagProxy.javaClass An implementation of DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.

Note that if you are retrieving data from a page that is in a domain that is NOT the same as the originating domain of the running page, you must use this class, rather than HttpProxy .

The content passed back from a server resource requested by a ScriptTagProxy is executable JavaScript source code that is used as the source inside a <script> tag.

In order for the browser to process the returned data, the server must wrap the data object with a call to a callback function, the name of which is passed as a parameter by the ScriptTagProxy.

SimpleStore.javaClass Convenience class that creates a Store directly using field names and local array data.
SortState.javaClass
Store.javaClass The Store class encapsulates a client side cache of Record objects which provide input data for widgets such as the com.gwtext.client.widgets.grid.GridPanel , or the com.gwtext.client.widgets.form.ComboBox .

A Store object uses an implementation of DataProxy to access a data object unless you call loadData() directly and pass in your data.

StoreLoadException.javaClass Exception raised when loading data into a Store.
StoreMgr.javaClass Manager class that allows retreival of Stores by ID.
StoreQueryFunction.javaInterface Store query function.
StoreTraversalCallback.javaInterface Store traversal callback.
StringFieldDef.javaClass Field that represents String data.
Tree.javaClass Represents a tree data structure and bubbles all the events for its nodes.
XmlReader.javaClass Data reader class to create an Array of Record objects from an XML document based on mappings.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.