Schnittstelle HtmlId
public interface HtmlId
A type-safe wrapper around a String, for use as an “id”
in HtmlTree objects.
- Siehe auch:
 
- 
Methodenübersicht
 
- 
Methodendetails
- 
of
Creates an id with the given name.- Parameter:
 name- the name- Gibt zurück:
 - the id
 
 - 
name
Gibt the name of the id zurück.- Gibt zurück:
 - the name of the id
 
 
 -