Control.addCssClass

Adds one or more CSS classes to the list of classes applied to the control, retaining any existing classes. Exactly how these classes are applied varies depending on the control. See the documentation for each control for further details. Multiple classes can be added by using a space between the class names.

Further documentation.

Parameters

java.lang.String  cssClass,