Verwendungen von Schnittstelle
ch.nolix.coreapi.webapi.htmlapi.IHtmlAttribute
Packages, die IHtmlAttribute verwenden
-
Verwendungen von IHtmlAttribute in ch.nolix.core.web.html
Klassen in ch.nolix.core.web.html, die IHtmlAttribute implementierenMethoden in ch.nolix.core.web.html, die Typen mit Argumenten vom Typ IHtmlAttribute zurückgebenModifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlAttribute> HtmlElement.getAttributes()
Methoden in ch.nolix.core.web.html mit Parametern vom Typ IHtmlAttributeModifizierer und TypMethodeBeschreibungstatic HtmlAttribute
HtmlAttribute.fromHtmlAttribute
(IHtmlAttribute htmlAttribute) HtmlElement.withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElement
HtmlElement.withTypeAndAttribute
(String type, IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElement
HtmlElement.withTypeAndAttributeAndChildElement
(String type, IHtmlAttribute attribute, IHtmlElement childElement) Methodenparameter in ch.nolix.core.web.html mit Typargumenten vom Typ IHtmlAttributeModifizierer und TypMethodeBeschreibungstatic HtmlElement
HtmlElement.withTypeAndAttributes
(String type, IContainer<? extends IHtmlAttribute> attributes) static HtmlElement
HtmlElement.withTypeAndAttributesAndChildElement
(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElement
HtmlElement.withTypeAndAttributesAndChildElements
(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) static HtmlElement
HtmlElement.withTypeAndAttributesAndInnerText
(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) -
Verwendungen von IHtmlAttribute in ch.nolix.coreapi.webapi.htmlapi
Methoden in ch.nolix.coreapi.webapi.htmlapi, die Typen mit Argumenten vom Typ IHtmlAttribute zurückgebenModifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlAttribute> IHtmlElement.getAttributes()
Methoden in ch.nolix.coreapi.webapi.htmlapi mit Parametern vom Typ IHtmlAttributeModifizierer und TypMethodeBeschreibungIHtmlElement.withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes)