Uses of Class
ch.nolix.base.html.htmlmodel.HtmlElement
Packages that use HtmlElement
Package
Description
-
Uses of HtmlElement in ch.nolix.base.html.htmlmodel
Methods in ch.nolix.base.html.htmlmodel that return HtmlElementModifier and TypeMethodDescriptionstatic HtmlElementHtmlElement.fromHtmlElement(IHtmlElement htmlElement) static HtmlElementstatic HtmlElementHtmlElement.withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndAttributes(String type, ExtendedIterable<? extends IHtmlAttribute> attributes) static HtmlElementHtmlElement.withTypeAndAttributes(String type, IHtmlAttribute... attributes) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, ExtendedIterable<? extends IHtmlElement> childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndAttributesAndInnerText(String type, ExtendedIterable<? extends IHtmlAttribute> attributes, String innerText) static HtmlElementHtmlElement.withTypeAndChildElement(String type, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndChildElements(String type, ExtendedIterable<? extends IHtmlElement> childElements) static HtmlElementHtmlElement.withTypeAndChildElements(String type, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndInnerText(String type, String innerText) -
Uses of HtmlElement in ch.nolix.system.control.floatcontainer
Methods in ch.nolix.system.control.floatcontainer that return HtmlElementModifier and TypeMethodDescriptionFloatContainerHtmlBuilder.createHtmlElementForControl(FloatContainer floatContainer) Methods in ch.nolix.system.control.floatcontainer that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> FloatContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfFloatContainer(FloatContainer floatContainer) -
Uses of HtmlElement in ch.nolix.system.control.grid
Methods in ch.nolix.system.control.grid that return HtmlElementModifier and TypeMethodDescriptionstatic HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableBodyOfGrid(IGrid grid) static HtmlElementGridHtmlBuilderHelper.createHtmlElementForTableOfGrid(IGrid control) -
Uses of HtmlElement in ch.nolix.system.control.horizontalstack
Methods in ch.nolix.system.control.horizontalstack that return HtmlElementModifier and TypeMethodDescriptionHorizontalStackHtmlBuilder.createHtmlElementForControl(IHorizontalStack horizontalStack) Methods in ch.nolix.system.control.horizontalstack that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> HorizontalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfHorizontalStack(IHorizontalStack horizontalStack) -
Uses of HtmlElement in ch.nolix.system.control.imagecontrol
Methods in ch.nolix.system.control.imagecontrol that return HtmlElementModifier and TypeMethodDescriptionImageControlHtmlBuilder.createHtmlElementForControl(IImageControl imageControl) -
Uses of HtmlElement in ch.nolix.system.control.textbox
Methods in ch.nolix.system.control.textbox that return HtmlElementModifier and TypeMethodDescriptionTextboxHtmlBuilder.createHtmlElementForControl(ITextbox textbox) -
Uses of HtmlElement in ch.nolix.system.control.verticalstack
Methods in ch.nolix.system.control.verticalstack that return HtmlElementModifier and TypeMethodDescriptionVerticalStackHtmlBuilder.createHtmlElementForControl(IVerticalStack verticalStack) Methods in ch.nolix.system.control.verticalstack that return types with arguments of type HtmlElementModifier and TypeMethodDescriptionstatic ExtendedIterable<HtmlElement> VerticalStackHtmlBuilderHelper.createHtmlElementsForChildControlsOfVerticalStack(IVerticalStack verticalStack)