]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove JavaDoc mentions of RepaintRequestEvent (#19953)
authorLeif Åstrand <leif@vaadin.com>
Fri, 28 Oct 2016 10:53:15 +0000 (13:53 +0300)
committerLeif Åstrand <leif@vaadin.com>
Fri, 28 Oct 2016 10:57:35 +0000 (13:57 +0300)
Change-Id: Ief1191b34018e6049c8d20d341150c0b9804f621

server/src/main/java/com/vaadin/ui/AbstractComponent.java
server/src/main/java/com/vaadin/ui/Component.java
server/src/main/java/com/vaadin/ui/MenuBar.java
server/src/main/java/com/vaadin/ui/TabSheet.java

index 94fa738dd352b4b948cc92030c7bb28a2035c20d..6cbf745851d26d5a928a68d1e590e3c945a1e452 100644 (file)
@@ -289,8 +289,7 @@ public abstract class AbstractComponent extends AbstractClientConnector
 
     /**
      * Sets the component's caption <code>String</code>. Caption is the visible
-     * name of the component. This method will trigger a
-     * {@link RepaintRequestEvent}.
+     * name of the component.
      *
      * @param caption
      *            the new caption <code>String</code> for the component.
@@ -388,8 +387,7 @@ public abstract class AbstractComponent extends AbstractClientConnector
     }
 
     /**
-     * Sets the component's icon. This method will trigger a
-     * {@link RepaintRequestEvent}.
+     * Sets the component's icon.
      *
      * @param icon
      *            the icon to be shown with the component's caption.
index 5822a7b0787d60494d8b02b49c6d143c0cb84700..b5ffebef12c72609cf98b559e2f01a5dc8aa7be0 100644 (file)
@@ -125,10 +125,6 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
      * removing those defined in other layers.
      * </p>
      *
-     * <p>
-     * This method will trigger a {@link RepaintRequestEvent}.
-     * </p>
-     *
      * @param style
      *            the new style or styles of the component as a space-separated
      *            list
@@ -168,10 +164,6 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
      * .v-button-mystyle {font-style: italic;}
      * </pre>
      *
-     * <p>
-     * This method will trigger a {@link RepaintRequestEvent}.
-     * </p>
-     *
      * @param style
      *            the new style to be added to the component
      * @see #getStyleName()
index 884c3d4eb3f27e917f1106a00c62bc330e647b32..8fca3f1460ec113a7ef806b1f683a28e1581ecac 100644 (file)
@@ -784,8 +784,7 @@ public class MenuBar extends AbstractComponent
 
         /**
          * Sets the items's description. See {@link #getDescription()} for more
-         * information on what the description is. This method will trigger a
-         * {@link RepaintRequestEvent}.
+         * information on what the description is.
          *
          * @param description
          *            the new description string for the component.
index b19acf8ddb176585afc4e7ddf0475aa5887eebbb..8cf0c267315f01b79cdd8f62e6b2321badebb9af 100644 (file)
@@ -1081,11 +1081,6 @@ public class TabSheet extends AbstractComponentContainer
          * .v-tabsheet-tabitemcell-mystyle {font-style: italic;}
          * </pre>
          *
-         * <p>
-         * This method will trigger a {@link RepaintRequestEvent} on the
-         * TabSheet to which the Tab belongs.
-         * </p>
-         *
          * @param styleName
          *            the new style to be set for tab
          * @see #getStyleName()