Verwendungen von Schnittstelle
ch.nolix.coreapi.webapi.htmlapi.IHtmlElement
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.The
ch.nolix.system.application.component
package defines a base type
of components for web applications.The
ch.nolix.system.webgui.atomiccontrol
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.atomiccontrolapi
package.The
ch.nolix.system.webgui.container
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.containerapi
package.The
ch.nolix.system.webgui.main
package defines the types that are
declared in the ch.nolix.systemapi.webguiapi.mainapi
package.The
ch.nolix.systemapi.webguiapi.controltoolapi
package declares
components for IControl
s.The
ch.nolix.systemapi.webguiapi.mainapi
package declares a web GUI.-
Verwendungen von IHtmlElement in ch.nolix.core.web.html
Modifizierer und TypMethodeBeschreibungHtmlElement.withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes) Modifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlElement> HtmlElement.getChildElements()
Modifizierer und TypMethodeBeschreibungstatic HtmlElement
HtmlElement.fromHtmlElement
(IHtmlElement htmlElement) HtmlElementStringRepresentator.toString
(IHtmlElement htmlElement) static HtmlElement
HtmlElement.withTypeAndAttributeAndChildElement
(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElement
HtmlElement.withTypeAndAttributesAndChildElement
(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElement
HtmlElement.withTypeAndChildElement
(String type, IHtmlElement childElement, IHtmlElement... childElements) Modifizierer und TypMethodeBeschreibungstatic HtmlElement
HtmlElement.withTypeAndChildElements
(String type, IContainer<? extends IHtmlElement> childElements) -
Verwendungen von IHtmlElement in ch.nolix.coreapi.webapi.htmlapi
Modifizierer und TypMethodeBeschreibungIHtmlGetter.getHtml()
IHtmlElement.withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes) Modifizierer und TypMethodeBeschreibungIContainer
<? extends IHtmlElement> IHtmlElement.getChildElements()
-
Verwendungen von IHtmlElement in ch.nolix.system.application.component
Modifizierer und TypMethodeBeschreibungBaseComponentHtmlBuilder.createHtmlElementForControl
(IComponent control) -
Verwendungen von IHtmlElement in ch.nolix.system.webgui.atomiccontrol
Modifizierer und TypMethodeBeschreibungButtonHtmlBuilder.createHtmlElementForControl
(IButton button) LabelHtmlBuilder.createHtmlElementForControl
(ILabel control) LinkHtmlBuilder.createHtmlElementForControl
(ILink control) UploaderHtmlBuilder.createHtmlElementForControl
(IUploader control) ValidationLabelHtmlBuilder.createHtmlElementForControl
(IValidationLabel control) -
Verwendungen von IHtmlElement in ch.nolix.system.webgui.container
Modifizierer und TypMethodeBeschreibungGridHtmlBuilder.createHtmlElementForControl
(IGrid control) SingleContainerHtmlBuilder.createHtmlElementForControl
(ISingleContainer control) -
Verwendungen von IHtmlElement in ch.nolix.system.webgui.main
Modifizierer und TypMethodeBeschreibungWebGuiHtmlBuilder.createHtmlForWebGui
(IWebGui<?> webGui) final IHtmlElement
Control.getHtml()
Layer.getHtml()
WebGui.getHtml()
LayerHtmlBuilder.getHtmlElementForLayer
(ILayer<?> layer) -
Verwendungen von IHtmlElement in ch.nolix.systemapi.webguiapi.controltoolapi
Modifizierer und TypMethodeBeschreibungIControlHtmlBuilder.createHtmlElementForControl
(C control) -
Verwendungen von IHtmlElement in ch.nolix.systemapi.webguiapi.mainapi