From 334b3f0a4b393f274d171dddc359be605c2cd1b1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Leif=20=C3=85strand?= String
. Caption is the visible
- * name of the component. This method will trigger a
- * {@link RepaintRequestEvent}.
+ * name of the component.
*
* @param caption
* the new caption String
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.
diff --git a/server/src/main/java/com/vaadin/ui/Component.java b/server/src/main/java/com/vaadin/ui/Component.java
index 5822a7b078..b5ffebef12 100644
--- a/server/src/main/java/com/vaadin/ui/Component.java
+++ b/server/src/main/java/com/vaadin/ui/Component.java
@@ -125,10 +125,6 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
* removing those defined in other layers.
*
- * This method will trigger a {@link RepaintRequestEvent}. - *
- * * @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;} * * - *- * This method will trigger a {@link RepaintRequestEvent}. - *
- * * @param style * the new style to be added to the component * @see #getStyleName() diff --git a/server/src/main/java/com/vaadin/ui/MenuBar.java b/server/src/main/java/com/vaadin/ui/MenuBar.java index 884c3d4eb3..8fca3f1460 100644 --- a/server/src/main/java/com/vaadin/ui/MenuBar.java +++ b/server/src/main/java/com/vaadin/ui/MenuBar.java @@ -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. diff --git a/server/src/main/java/com/vaadin/ui/TabSheet.java b/server/src/main/java/com/vaadin/ui/TabSheet.java index b19acf8ddb..8cf0c26731 100644 --- a/server/src/main/java/com/vaadin/ui/TabSheet.java +++ b/server/src/main/java/com/vaadin/ui/TabSheet.java @@ -1081,11 +1081,6 @@ public class TabSheet extends AbstractComponentContainer * .v-tabsheet-tabitemcell-mystyle {font-style: italic;} * * - *- * This method will trigger a {@link RepaintRequestEvent} on the - * TabSheet to which the Tab belongs. - *
- * * @param styleName * the new style to be set for tab * @see #getStyleName() -- 2.39.5