Uses of Interface
ch.nolix.baseapi.web.htmlelementmodel.IHtmlElement
Packages that use IHtmlElement
Package
Description
-
Uses of IHtmlElement in ch.nolix.base.web.htmlelementmodel
Classes in ch.nolix.base.web.htmlelementmodel that implement IHtmlElementMethods in ch.nolix.base.web.htmlelementmodel that return IHtmlElementModifier and TypeMethodDescriptionHtmlElement.withAdditionalAttributes(IContainer<IHtmlAttribute> additionalAttributes) HtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Methods in ch.nolix.base.web.htmlelementmodel that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionIContainer<? extends IHtmlElement> HtmlElement.getChildElements()Methods in ch.nolix.base.web.htmlelementmodel with parameters of type IHtmlElementModifier and TypeMethodDescriptionstatic HtmlElementHtmlElement.fromHtmlElement(IHtmlElement htmlElement) static StringHtmlElementStringRepresentator.toString(IHtmlElement htmlElement) static HtmlElementHtmlElement.withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement... childElements) static HtmlElementHtmlElement.withTypeAndChildElement(String type, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndChildElements(String type, IHtmlElement... childElements) Method parameters in ch.nolix.base.web.htmlelementmodel with type arguments of type IHtmlElementModifier and TypeMethodDescriptionstatic HtmlElementHtmlElement.withTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) -
Uses of IHtmlElement in ch.nolix.baseapi.web.html
Methods in ch.nolix.baseapi.web.html that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.baseapi.web.htmlelementmodel
Methods in ch.nolix.baseapi.web.htmlelementmodel that return IHtmlElementModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(IContainer<IHtmlAttribute> additionalAttributes) IHtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Methods in ch.nolix.baseapi.web.htmlelementmodel that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionIContainer<? extends IHtmlElement> IHtmlElement.getChildElements() -
Uses of IHtmlElement in ch.nolix.system.webapplication.component
Methods in ch.nolix.system.webapplication.component that return IHtmlElementModifier and TypeMethodDescriptionComponentHtmlBuilder.createHtmlElementForControl(IComponent control) -
Uses of IHtmlElement in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater with parameters of type IHtmlElementModifier and TypeMethodDescriptionstatic ChainedNodeUpdateCommandCreatorHelper.createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) static ChainedNodeUpdateCommandCreatorHelper.createSetRootHtmlElementCommandFromHtmlElement(IHtmlElement htmlElement) -
Uses of IHtmlElement in ch.nolix.system.webatomiccontrol.button
Methods in ch.nolix.system.webatomiccontrol.button that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.webatomiccontrol.label
Methods in ch.nolix.system.webatomiccontrol.label that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.webatomiccontrol.link
Methods in ch.nolix.system.webatomiccontrol.link that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.webatomiccontrol.uploader
Methods in ch.nolix.system.webatomiccontrol.uploader that return IHtmlElementModifier and TypeMethodDescriptionUploaderHtmlBuilder.createHtmlElementForControl(IUploader control) -
Uses of IHtmlElement in ch.nolix.system.webatomiccontrol.validationlabel
Methods in ch.nolix.system.webatomiccontrol.validationlabel that return IHtmlElementModifier and TypeMethodDescriptionValidationLabelHtmlBuilder.createHtmlElementForControl(IValidationLabel control) -
Uses of IHtmlElement in ch.nolix.system.webcontainercontrol.grid
Methods in ch.nolix.system.webcontainercontrol.grid that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.webcontainercontrol.singlecontainer
Methods in ch.nolix.system.webcontainercontrol.singlecontainer that return IHtmlElementModifier and TypeMethodDescriptionSingleContainerHtmlBuilder.createHtmlElementForControl(ISingleContainer control) Methods in ch.nolix.system.webcontainercontrol.singlecontainer that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionstatic IContainer<IHtmlElement> SingleContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfSingleContainer(ISingleContainer singleContainer) -
Uses of IHtmlElement in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return IHtmlElementModifier and TypeMethodDescriptionstatic IHtmlElementWebGuiHtmlBuilder.createHtmlForWebGui(IWebGui<?> webGui) final IHtmlElementControl.getHtml()Layer.getHtml()WebGui.getHtml()static IHtmlElementLayerHtmlBuilder.getHtmlElementForLayer(ILayer<?> layer) -
Uses of IHtmlElement in ch.nolix.systemapi.webgui.controltool
Methods in ch.nolix.systemapi.webgui.controltool that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main that return IHtmlElement