Verwendungen von Klasse
ch.nolix.core.web.htmlelementmodel.HtmlElement
Packages, die HtmlElement verwenden
Package
Beschreibung
-
Verwendungen von HtmlElement in ch.nolix.core.web.htmlelementmodel
Methoden in ch.nolix.core.web.htmlelementmodel, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungstatic HtmlElementHtmlElement.fromHtmlElement(IHtmlElement htmlElement) static HtmlElementstatic HtmlElementHtmlElement.withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndAttributes(String type, IContainer<? extends IHtmlAttribute> attributes) static HtmlElementHtmlElement.withTypeAndAttributes(String type, IHtmlAttribute... attributes) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndInnerText(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) static HtmlElementHtmlElement.withTypeAndChildElement(String type, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) static HtmlElementHtmlElement.withTypeAndChildElements(String type, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndInnerText(String type, String innerText) -
Verwendungen von HtmlElement in ch.nolix.system.webatomiccontrol.imagecontrol
Methoden in ch.nolix.system.webatomiccontrol.imagecontrol, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungImageControlHtmlBuilder.createHtmlElementForControl(IImageControl imageControl) -
Verwendungen von HtmlElement in ch.nolix.system.webatomiccontrol.textbox
Methoden in ch.nolix.system.webatomiccontrol.textbox, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungTextboxHtmlBuilder.createHtmlElementForControl(ITextbox textbox) -
Verwendungen von HtmlElement in ch.nolix.system.webcontainercontrol.floatcontainer
Methoden in ch.nolix.system.webcontainercontrol.floatcontainer, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungFloatContainerHtmlBuilder.createHtmlElementForControl(FloatContainer floatContainer) -
Verwendungen von HtmlElement in ch.nolix.system.webcontainercontrol.grid
Methoden in ch.nolix.system.webcontainercontrol.grid, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungstatic HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableBodyOfGrid(IGrid grid) static HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableOfGrid(IGrid control) -
Verwendungen von HtmlElement in ch.nolix.system.webcontainercontrol.horizontalstack
Methoden in ch.nolix.system.webcontainercontrol.horizontalstack, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungHorizontalStackHtmlBuilder.createHtmlElementForControl(IHorizontalStack horizontalStack) -
Verwendungen von HtmlElement in ch.nolix.system.webcontainercontrol.verticalstack
Methoden in ch.nolix.system.webcontainercontrol.verticalstack, die HtmlElement zurückgebenModifikator und TypMethodeBeschreibungVerticalStackHtmlBuilder.createHtmlElementForControl(IVerticalStack verticalStack)