Verwendungen von Schnittstelle
ch.nolix.coreapi.webapi.htmlapi.IHtmlAttribute
Package
Beschreibung
The
ch.nolix.core.web.html
package defines the types that are
declared in the {ch.nolix.coreapi.documentapi.htmlapi} package.The
ch.nolix.coreapi.webapi.htmlapi
package declares a HTML element.-
Verwendungen von IHtmlAttribute in ch.nolix.core.web.html
Modifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlAttribute> HtmlElement.getAttributes()
Modifizierer 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) Modifizierer 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
Modifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlAttribute> IHtmlElement.getAttributes()
Modifizierer und TypMethodeBeschreibungIHtmlElement.withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes)