Creates a new CssClassValue with the given CSS classes.
Space-separated strings, individual class strings, or arrays of class strings to initialize with
Adds one or more CSS classes to this object. Duplicate classes are not added.
Classes to add (strings, space-separated strings, or arrays)
Renders the CSS classes as a space-separated string suitable for HTML attribute values.
Whether this is being rendered as an HTML attribute value
A space-separated string of all classes, or undefined if no classes are present
Represents a dynamic collection of CSS classes that can be modified at runtime. Implements the TemplateValue interface to be used in HTML templates.