public interface AttributeWriteHtmlId extends AttributeReadHtmlId, AttributeWriteId<String>
ID
of an object.HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
Modifier and Type | Method and Description |
---|---|
void |
setId(String id)
This method set the
ID of this object. |
getId
void setId(String id)
ID
of this object. Use this method to give the object a meaningful
identifier after creation. AttributeReadHtmlId.getId()
for the syntax constraints of IDs.setId
in interface AttributeWriteId<String>
id
- is the new ID
for the object.Copyright © 2001–2016 mmm-Team. All rights reserved.