This file contains hidden or 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
| import java.io.Serializable; | |
| import java.util.ArrayList; | |
| import java.util.Collections; | |
| import java.util.Date; | |
| import java.util.List; | |
| import com.google.gwt.core.client.GWT; | |
| import com.google.gwt.editor.client.Editor.Path; | |
| import com.google.gwt.safehtml.shared.SafeHtmlUtils; |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.sencha.gxt.test</groupId> | |
| <artifactId>MyGxtProject31</artifactId> | |
| <packaging>war</packaging> | |
| <version>1.0-SNAPSHOT</version> | |
| <name>gwt-basic-support-3x</name> |
This file contains hidden or 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
| import com.google.gwt.dom.client.AnchorElement; | |
| import com.google.gwt.dom.client.Element; | |
| import com.google.gwt.dom.client.NodeList; | |
| import com.google.gwt.dom.client.Style; | |
| import com.google.gwt.dom.client.Style.BorderStyle; | |
| import com.google.gwt.dom.client.Style.Unit; | |
| import com.google.gwt.user.client.Event; | |
| import com.sencha.gxt.core.client.GXT; | |
| import com.sencha.gxt.core.client.Style.Side; |
This file contains hidden or 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
| import com.google.gwt.core.client.Scheduler; | |
| import com.google.gwt.core.client.Scheduler.ScheduledCommand; | |
| import com.sencha.gxt.chart.client.chart.Chart.Position; | |
| import com.sencha.gxt.chart.client.chart.Legend; | |
| import com.sencha.gxt.chart.client.chart.axis.Axis; | |
| import com.sencha.gxt.chart.client.chart.axis.NumericAxis; | |
| import com.sencha.gxt.chart.client.chart.series.BarHighlighter; | |
| import com.sencha.gxt.chart.client.chart.series.MultipleColorSeries; | |
| import com.sencha.gxt.chart.client.chart.series.SeriesRenderer; | |
| import com.sencha.gxt.chart.client.draw.Color; |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | |
| xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>com.google.eclipse.gpe</groupId> | |
| <artifactId>trunk</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| <relativePath>../../</relativePath> | |
| </parent> |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | |
| xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.google.eclipse.gpe</groupId> | |
| <artifactId>trunk</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| <packaging>pom</packaging> | |
| <modules> |
This file contains hidden or 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
| import java.util.ArrayList; | |
| import java.util.Date; | |
| import java.util.List; | |
| import com.google.gwt.core.client.EntryPoint; | |
| import com.google.gwt.core.client.GWT; | |
| import com.google.gwt.editor.client.Editor; | |
| import com.google.gwt.user.client.ui.IsWidget; | |
| import com.google.gwt.user.client.ui.RootPanel; | |
| import com.google.gwt.user.client.ui.Widget; |
This file contains hidden or 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
| import java.util.Date; | |
| import com.google.gwt.user.client.ui.HTML; | |
| import com.google.gwt.user.client.ui.IsWidget; | |
| import com.google.gwt.user.client.ui.Widget; | |
| import com.google.gwt.user.datepicker.client.CalendarUtil; | |
| import com.sencha.gxt.test.client.TestSample; | |
| import com.sencha.gxt.widget.core.client.ContentPanel; | |
| import com.sencha.gxt.widget.core.client.button.TextButton; |
This file contains hidden or 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
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>com.sencha.gxt</groupId> | |
| <artifactId>gxt-parent</artifactId> | |
| <version>3.0.5</version> | |
| </parent> | |
| <artifactId>gxt</artifactId> | |
| <name>Sencha GXT</name> | |
| <properties> |
This file contains hidden or 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
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>org.sonatype.oss</groupId> | |
| <artifactId>oss-parent</artifactId> | |
| <version>7</version> | |
| </parent> | |
| <groupId>com.sencha.gxt</groupId> | |
| <artifactId>gxt-parent</artifactId> | |
| <version>3.0.5</version> |