public interface AttributeReadStyles
style(s)
of an object.Modifier and Type | Field and Description |
---|---|
static TypedProperty<String> |
PROPERTY_STYLES
TypedProperty for getStyles() . |
static String |
STYLE_PATTERN_MULTIPLE
The regular expression pattern for any number of
styles . |
static String |
STYLE_PATTERN_SINGLE
The regular expression pattern for a single style.
|
Modifier and Type | Method and Description |
---|---|
String |
getStyles()
This method gets the style(s) (also called style-name(s)) of this object.
|
static final TypedProperty<String> PROPERTY_STYLES
TypedProperty
for getStyles()
.static final String STYLE_PATTERN_SINGLE
static final String STYLE_PATTERN_MULTIPLE
styles
.String getStyles()
class
attribute of HTML
elements that are then configured via some cascading style sheet (CSS). STYLE_PATTERN_SINGLE
. Any number of styles or in other words
the result of this has to match STYLE_PATTERN_MULTIPLE
. The first style is called the
primary style
.Copyright © 2001–2016 mmm-Team. All rights reserved.