forked from jahertor/gwt-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sanjiv.jivan
committed
May 12, 2008
1 parent
67f2311
commit afd2726
Showing
578 changed files
with
11,742 additions
and
2,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<!-- | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* | ||
--> | ||
|
||
<module> | ||
<inherits name='com.gwtext.GwtExt'/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
<!-- | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* | ||
--> | ||
|
||
<module> | ||
<inherits name='com.google.gwt.user.User'/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,31 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.animation; | ||
|
||
/** | ||
* Easing animation constants. | ||
* | ||
* @author Sanjiv Jivan | ||
* @see com.gwtext.client.core.AnimationConfig | ||
*/ | ||
public class Easing { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.google.gwt.core.client.JavaScriptObject; | ||
|
@@ -16,6 +31,8 @@ | |
|
||
/** | ||
* Global Ajax request class. This class is a singleton and cannot be created directly. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public class Ajax extends Connection { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.gwtext.client.animation.Easing; | ||
|
@@ -13,6 +28,7 @@ | |
/** | ||
* Configuration class for amination settings. | ||
* | ||
* @author Sanjiv Jivan | ||
* @see com.gwtext.client.core.BaseElement | ||
*/ | ||
public class AnimationConfig extends BaseConfig { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,34 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
|
||
package com.gwtext.client.core; | ||
|
||
import com.gwtext.client.util.JavaScriptObjectHelper; | ||
|
||
/** | ||
* Base abstract configutation class. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public abstract class BaseConfig extends JsObject { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.google.gwt.core.client.JavaScriptObject; | ||
|
@@ -18,6 +33,8 @@ | |
|
||
/** | ||
* Represents a base Element in the DOM. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public class BaseElement extends JsObject implements Fx { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.google.gwt.core.client.JavaScriptObject; | ||
|
@@ -13,6 +28,7 @@ | |
/** | ||
* This class represents an Element's Box. | ||
* | ||
* @author Sanjiv Jivan | ||
* @see com.gwtext.client.core.BaseElement#setBox(Box) | ||
* @see com.gwtext.client.core.BaseElement#setBox(Box, boolean, boolean) | ||
* @see com.gwtext.client.core.BaseElement#setBox(Box, boolean, AnimationConfig) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.google.gwt.core.client.JavaScriptObject; | ||
|
||
/** | ||
* Standard composite class that creates an ExtElement for every element in the collection. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public class CompositeElement extends BaseElement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
package com.gwtext.client.core; | ||
|
||
import com.google.gwt.core.client.JavaScriptObject; | ||
|
||
/** | ||
* Flyweight composite class. Reuses the same Ext.Element for element operations. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public class CompositeElementLite extends CompositeElement { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
/* | ||
* GWT-Ext Widget Library | ||
* Copyright(c) 2007-2008, GWT-Ext. | ||
* [email protected] | ||
* | ||
* http://www.gwt-ext.com/license | ||
* Copyright 2007 - 2008, GWT-Ext LLC., and individual contributors as indicated | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
* This is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation; either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* This software is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with this software; if not, write to the Free | ||
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
* 02110-1301 USA, or see the FSF site: http://www.fsf.org. | ||
*/ | ||
|
||
|
||
package com.gwtext.client.core; | ||
|
||
|
@@ -16,6 +31,8 @@ | |
* Requests made by this class are asynchronous, and will return immediately. No data from the server will be available to the statement immediately following the request call. To process returned data, use a callback in the request options object, or an event listener. | ||
* Note: If you are doing a file upload, you will not get a normal response object sent back to your callback or event handler. Since the upload is handled via in IFRAME, there is no XMLHttpRequest. The response object is created using the innerHTML of the IFRAME's document as the responseText property and, if present, the IFRAME's XML document as the responseXML property. | ||
* This means that a valid XML or HTML document must be returned. If JSON data is required, it is suggested that it be placed either inside a <textarea> in an HTML document and retrieved from the responseText using a regex, or inside a CDATA section in an XML document and retrieved from the responseXML using standard DOM methods. | ||
* | ||
* @author Sanjiv Jivan | ||
*/ | ||
public class Connection extends JsObject { | ||
|
||
|
Oops, something went wrong.