/**
* 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.
}
/**
- * 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.
* 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
* .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()
/**
* 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.
* .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()