]> source.dussan.org Git - vaadin-framework.git/commitdiff
#2904 Miscellaneous Toolkit -> Vaadin renames
authorHenri Sara <henri.sara@itmill.com>
Mon, 18 May 2009 11:31:16 +0000 (11:31 +0000)
committerHenri Sara <henri.sara@itmill.com>
Mon, 18 May 2009 11:31:16 +0000 (11:31 +0000)
svn changeset:7854/svn branch:6.0

WebContent/WEB-INF/liferay-display.xml
WebContent/WEB-INF/portlet.xml
WebContent/WEB-INF/web.xml
WebContent/multiapp.html
src/com/vaadin/data/util/QueryContainer.java
src/com/vaadin/terminal/gwt/client/VDebugConsole.java
src/com/vaadin/tests/TestForPreconfiguredComponents.java
src/com/vaadin/tests/tickets/Ticket1362Login.java
src/com/vaadin/ui/DateField.java

index b3566e9c91b84132c1409a0c8e7179aa265eaeb6..f5bbc414f2500a973930cec2e10d67a87d0f811c 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE display PUBLIC "-//Liferay//DTD Display 4.0.0//EN" "http://www.liferay.com/dtd/liferay-display_4_0_0.dtd">
 
 <display>
-        <category name="IT Mill Toolkit">
+        <category name="Vaadin">
                 <portlet id="PortletDemoPortlet" />
                 <portlet id="SimpleReserverPortlet" />
                 <portlet id="SelectDemoPortlet" />
index bf763441c7e497954b7416c1acd0e87e147da1d1..61d25743dadc290cd4df4a37be752da6ff317bd9 100644 (file)
@@ -5,7 +5,7 @@
         xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
         <portlet>
                 <portlet-name>PortletDemoPortlet</portlet-name>
-                <display-name>IT Mill Toolkit PortletDemo</display-name>
+                <display-name>Vaadin PortletDemo</display-name>
                 <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
                 <init-param>
                         <name>application</name>
@@ -39,7 +39,7 @@
         </portlet>
         <portlet>
                 <portlet-name>SimpleReserverPortlet</portlet-name>
-                <display-name>IT Mill Toolkit SimpleReserver</display-name>
+                <display-name>Vaadin SimpleReserver</display-name>
                 <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
                 <init-param>
                         <name>application</name>
@@ -73,7 +73,7 @@
         </portlet>
         <portlet>
                 <portlet-name>FeatureBrowserPortlet</portlet-name>
-                <display-name>IT Mill Toolkit FeatureBrowser</display-name>
+                <display-name>Vaadin FeatureBrowser</display-name>
                 <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
                 <init-param>
                         <name>application</name>
         </portlet>
         <portlet>
                 <portlet-name>ChatServletPortlet</portlet-name>
-                <display-name>IT Mill Toolkit ChatServlet</display-name>
+                <display-name>Vaadin ChatServlet</display-name>
                 <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
                 <init-param>
                         <name>application</name>
         </portlet>
         <portlet>
                 <portlet-name>BrowserDemoPortlet</portlet-name>
-                <display-name>IT Mill Toolkit BrowserDemo</display-name>
+                <display-name>Vaadin BrowserDemo</display-name>
                 <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class>
                 <init-param>
                         <name>application</name>
index 7a882bfafca94b4d2c7062437ec2ce0b0cb9ebc0..087705c646042e0cf6bbabd2cd5567d5ae124a2b 100644 (file)
 \r
 \r
 <web-app>\r
-       <display-name>IT Mill Toolkit</display-name>\r
-       <description>IT Mill Toolkit examples</description>\r
+       <display-name>Vaadin</display-name>\r
+       <description>Vaadin examples</description>\r
 \r
        <context-param>\r
                <param-name>productionMode</param-name>\r
                <param-value>false</param-value>\r
-               <description>IT Mill Toolkit production mode</description>\r
+               <description>Vaadin production mode</description>\r
        </context-param>\r
        <!-- Permit use of IT Mill Testing Tools for this servlet continer -->
        <context-param>
@@ -33,7 +33,7 @@
        </context-param>
 
        <servlet>
-               <servlet-name>ITMillToolkitApplicationRunner</servlet-name>
+               <servlet-name>VaadinApplicationRunner</servlet-name>
                <servlet-class>com.vaadin.terminal.gwt.server.ApplicationRunnerServlet</servlet-class>
        </servlet>
 
        </servlet>
 
        <servlet-mapping>
-               <servlet-name>ITMillToolkitApplicationRunner</servlet-name>
+               <servlet-name>VaadinApplicationRunner</servlet-name>
                <url-pattern>/run/*</url-pattern>
        </servlet-mapping>\r
 \r
index 4731ec1ccf8a9bdec58ed4d69fd595d55176f3c9..0bee11e5bbfbdc15bb8de9178be7f5711345a5ff 100644 (file)
@@ -33,7 +33,7 @@
 <body>
        <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>
        
-       <p>Multiple toolkits per html file test page</p>
+       <p>Multiple Vaadin applications per html file test page</p>
        
        <div id="fb" style="height:400px;border:2px solid red;margin:0"></div>
        <div id="calc" style="border:2px solid green;margin:0"></div>
index 3716a7dce762bcfab25adda981ce6a1b8d10f380..1598d28ed8545099912b803cb2d310e42f5cbf96 100644 (file)
@@ -22,7 +22,7 @@ import com.vaadin.data.Property;
  * <p>
  * The <code>QueryContainer</code> is the specialized form of Container which is
  * Ordered and Indexed. This is used to represent the contents of relational
- * database tables accessed through the JDBC Connection in the Toolkit Table.
+ * database tables accessed through the JDBC Connection in the Vaadin Table.
  * This creates Items based on the queryStatement provided to the container.
  * </p>
  * 
index a377dfce9966f4f4112e2c7f70992d9b80a9820c..38ba0329959590e0bcc4cf77c7ad1017ec4089f0 100755 (executable)
@@ -173,7 +173,7 @@ public final class VDebugConsole extends VToolkitOverlay implements Console {
 
         }
 
-        log("Toolkit application servlet version: " + cnf.getServletVersion());
+        log("Vaadin application servlet version: " + cnf.getServletVersion());
         log("Widget set is built on version: " + VERSION);
         log("Application version: " + cnf.getApplicationVersion());
 
index 9e39d21f52e67433f42726526032e20fc2cb66a4..fa153fcda705c8b3a79a15caba27b97a2d6b082d 100644 (file)
@@ -53,7 +53,7 @@ public class TestForPreconfiguredComponents extends CustomComponent implements
         main.removeAllComponents();
         main
                 .addComponent(new Label(
-                        "In Toolkit 5 we introduce new componens. Previously we"
+                        "In Toolkit 5 we introduce new components. Previously we"
                                 + " usually used setStyle or some other methods on possibly "
                                 + "multiple steps to configure component for ones needs. These new "
                                 + "server side components are mostly just classes that in constructor "
index e876ae4808b8f88abc186b56a5a71050bab0fa84..8640b06bc085b7f7df4b19e6656cd7090fca9d27 100644 (file)
@@ -26,7 +26,8 @@ import com.vaadin.ui.Window.Notification;
  * Proof of concept how to create a decent login screen that works with browsers
  * PW managers. (Browsers don't autofill generated login forms)
  * 
- * TODO generalize js to work inside iframes (if toolkit is inside iframe)
+ * TODO generalize js to work inside iframes (if a Vaadin application is inside
+ * iframe)
  * 
  * TODO extract login form to a external template.
  * 
index d782efbb13749f86cb68c9456eb6b50eb77b7644..e048434361b0bd24626c90ea28e144f8a2e557b9 100644 (file)
@@ -22,10 +22,10 @@ import com.vaadin.terminal.PaintTarget;
  * </p>
  * <p>
  * Since <code>DateField</code> extends <code>AbstractField</code> it implements
- * the {@link com.vaadin.data.Buffered}interface. A
- * <code>DateField</code> is in write-through mode by default, so
- * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)}must be
- * called to enable buffering.
+ * the {@link com.vaadin.data.Buffered}interface. A <code>DateField</code> is in
+ * write-through mode by default, so
+ * {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)}must be called to
+ * enable buffering.
  * </p>
  * 
  * @author IT Mill Ltd.
@@ -360,8 +360,8 @@ public class DateField extends AbstractField {
      * This can be overridden to handle conversions or to throw an exception, or
      * to fire an event.
      * 
-     * The default behavior is likely to change in the next major version of the
-     * toolkit - a Property.ConversionException will be thrown.
+     * The default behavior is likely to change in the next major version of
+     * Vaadin - a Property.ConversionException will be thrown.
      * 
      * @param dateString
      * @return parsed Date
@@ -503,7 +503,7 @@ public class DateField extends AbstractField {
      * 
      * By default it is encouraged to used default formatting defined by Locale,
      * but due some JVM bugs it is sometimes necessary to use this method to
-     * override formatting. See Toolkit issue #2200.
+     * override formatting. See Vaadin issue #2200.
      * 
      * @param dateFormat
      *            the dateFormat to set