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