Uses of Class
ch.nolix.base.web.htmlelementmodel.HtmlElement
Packages that use HtmlElement
Package
Description
-
Uses of HtmlElement in ch.nolix.base.web.htmlelementmodel
Methods in ch.nolix.base.web.htmlelementmodel that return HtmlElementModifier and TypeMethodDescriptionstatic 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) -
Uses of HtmlElement in ch.nolix.system.webatomiccontrol.imagecontrol
Methods in ch.nolix.system.webatomiccontrol.imagecontrol that return HtmlElementModifier and TypeMethodDescriptionImageControlHtmlBuilder.createHtmlElementForControl(IImageControl imageControl) -
Uses of HtmlElement in ch.nolix.system.webatomiccontrol.textbox
Methods in ch.nolix.system.webatomiccontrol.textbox that return HtmlElementModifier and TypeMethodDescriptionTextboxHtmlBuilder.createHtmlElementForControl(ITextbox textbox) -
Uses of HtmlElement in ch.nolix.system.webcontainercontrol.floatcontainer
Methods in ch.nolix.system.webcontainercontrol.floatcontainer that return HtmlElementModifier and TypeMethodDescriptionFloatContainerHtmlBuilder.createHtmlElementForControl(FloatContainer floatContainer) Methods in ch.nolix.system.webcontainercontrol.floatcontainer that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic IContainer<HtmlElement> FloatContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfFloatContainer(FloatContainer floatContainer) -
Uses of HtmlElement in ch.nolix.system.webcontainercontrol.grid
Methods in ch.nolix.system.webcontainercontrol.grid that return HtmlElementModifier and TypeMethodDescriptionstatic HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableBodyOfGrid(IGrid grid) static HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableOfGrid(IGrid control) -
Uses of HtmlElement in ch.nolix.system.webcontainercontrol.horizontalstack
Methods in ch.nolix.system.webcontainercontrol.horizontalstack that return HtmlElementModifier and TypeMethodDescriptionHorizontalStackHtmlBuilder.createHtmlElementForControl(IHorizontalStack horizontalStack) Methods in ch.nolix.system.webcontainercontrol.horizontalstack that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic IContainer<HtmlElement> HorizontalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfHorizontalStack(IHorizontalStack horizontalStack) -
Uses of HtmlElement in ch.nolix.system.webcontainercontrol.verticalstack
Methods in ch.nolix.system.webcontainercontrol.verticalstack that return HtmlElementModifier and TypeMethodDescriptionVerticalStackHtmlBuilder.createHtmlElementForControl(IVerticalStack verticalStack) Methods in ch.nolix.system.webcontainercontrol.verticalstack that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic IContainer<HtmlElement> VerticalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfVerticalStack(IVerticalStack verticalStack)