public interface HtmlId
A type-safe wrapper around a String, for use as an “id” in HtmlTree objects.
Siehe auch:
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Gibt the name of the id zurück.
    static HtmlId
    of(String name)
    Creates an id with the given name.
  • Methodendetails

    • of

      static HtmlId of(String name)
      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