Verwendungen von Klasse
ch.nolix.core.web.html.HtmlElement
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.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.itemmenu
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.itemmenuapi
package.The
ch.nolix.system.webgui.linearcontainer
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.linearcontainerapi
package.-
Verwendungen von HtmlElement in ch.nolix.core.web.html
Modifizierer und TypMethodeBeschreibungstatic HtmlElement
HtmlElement.fromHtmlElement
(IHtmlElement htmlElement) static HtmlElement
static HtmlElement
HtmlElement.withTypeAndAttribute
(String type, IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElement
HtmlElement.withTypeAndAttributeAndChildElement
(String type, IHtmlAttribute attribute, IHtmlElement childElement) static 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) static HtmlElement
HtmlElement.withTypeAndChildElement
(String type, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElement
HtmlElement.withTypeAndChildElements
(String type, IContainer<? extends IHtmlElement> childElements) static HtmlElement
HtmlElement.withTypeAndInnerText
(String type, String innerText) -
Verwendungen von HtmlElement in ch.nolix.system.webgui.atomiccontrol
Modifizierer und TypMethodeBeschreibungImageControlHtmlBuilder.createHtmlElementForControl
(IImageControl imageControl) TextboxHtmlBuilder.createHtmlElementForControl
(ITextbox textbox) -
Verwendungen von HtmlElement in ch.nolix.system.webgui.container
Modifizierer und TypMethodeBeschreibungGridHtmlBuilder.createHtmlElementForTableOfGrid
(IGrid control) -
Verwendungen von HtmlElement in ch.nolix.system.webgui.linearcontainer
Modifizierer und TypMethodeBeschreibungFloatContainerHtmlBuilder.createHtmlElementForControl
(FloatContainer floatContainer) HorizontalStackHtmlBuilder.createHtmlElementForControl
(IHorizontalStack horizontalStack) VerticalStackHtmlBuilder.createHtmlElementForControl
(IVerticalStack verticalStack)