public interface AttributeReadHtmlId extends AttributeReadId<String>
ID
.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ID
The name of the
id attribute. |
static String |
ID_SEPARATOR
Use this character to compose hierarchical
IDs . |
static TypedProperty<String> |
PROPERTY_ID
TypedProperty for getId() . |
Modifier and Type | Method and Description |
---|---|
String |
getId()
This method gets the unique identifier of this object.
|
static final TypedProperty<String> PROPERTY_ID
TypedProperty
for getId()
.static final String HTML_ATTRIBUTE_ID
id
attribute.static final String ID_SEPARATOR
IDs
.String getId()
[a-zA-Z][a-zA-Z0-9_$]*
.
Invalid IDs (e.g. containing colon, hash or period) are not accepted to prevent you from later having
problems with CSS selectors.getId
in interface AttributeReadId<String>
ID_SEPARATOR
Copyright © 2001–2016 mmm-Team. All rights reserved.