]> source.dussan.org Git - vaadin-framework.git/commitdiff
Adjust javadoc to reflect reality
authorLeif Åstrand <leif@vaadin.com>
Tue, 28 Aug 2012 13:54:09 +0000 (16:54 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 28 Aug 2012 13:59:09 +0000 (16:59 +0300)
server/src/com/vaadin/ui/Component.java

index 0559cc5e6a1d6cb6bd3365ab78cae9bea1148f87..f0993aac6d351141fb04be3e83b2e714f46509e8 100644 (file)
@@ -136,8 +136,9 @@ public interface Component extends ClientConnector, Sizeable, Serializable {
     public void setStyleName(String style);
 
     /**
-     * Adds a style name to component. The style name will be rendered as a HTML
-     * class name, which can be used in a CSS definition.
+     * Adds one or more style names to this component. Multiple styles can be
+     * specified as a space-separated list of style names. The style name will
+     * be rendered as a HTML class name, which can be used in a CSS definition.
      * 
      * <pre>
      * Label label = new Label(&quot;This text has style&quot;);