Uses of Interface
ch.nolix.baseapi.html.htmlmodel.IHtmlElement
Packages that use IHtmlElement
Package
Description
-
Uses of IHtmlElement in ch.nolix.base.html.htmlmodel
Classes in ch.nolix.base.html.htmlmodel that implement IHtmlElementMethods in ch.nolix.base.html.htmlmodel that return IHtmlElementModifier and TypeMethodDescriptionHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) HtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Methods in ch.nolix.base.html.htmlmodel that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlElement> HtmlElement.getChildElements()Methods in ch.nolix.base.html.htmlmodel 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, ExtendedIterable<? 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.html.htmlmodel with type arguments of type IHtmlElementModifier and TypeMethodDescriptionstatic HtmlElementHtmlElement.withTypeAndChildElements(String type, ExtendedIterable<? extends IHtmlElement> childElements) -
Uses of IHtmlElement in ch.nolix.baseapi.html.htmlmodel
Methods in ch.nolix.baseapi.html.htmlmodel that return IHtmlElementModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) IHtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Methods in ch.nolix.baseapi.html.htmlmodel that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlElement> IHtmlElement.getChildElements() -
Uses of IHtmlElement in ch.nolix.system.control.button
Methods in ch.nolix.system.control.button that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.control.grid
Methods in ch.nolix.system.control.grid that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.control.label
Methods in ch.nolix.system.control.label that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.control.link
Methods in ch.nolix.system.control.link that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.system.control.singlecontainer
Methods in ch.nolix.system.control.singlecontainer that return IHtmlElementModifier and TypeMethodDescriptionSingleContainerHtmlBuilder.createHtmlElementForControl(ISingleContainer control) Methods in ch.nolix.system.control.singlecontainer that return types with arguments of type IHtmlElementModifier and TypeMethodDescriptionstatic ExtendedIterable<IHtmlElement> SingleContainerHtmlBuilderHelper.createHtmlElementsForChildControlsOfSingleContainer(ISingleContainer singleContainer) -
Uses of IHtmlElement in ch.nolix.system.control.tabcontainer
Methods in ch.nolix.system.control.tabcontainer that return IHtmlElementModifier and TypeMethodDescriptionTabContainerHtmlBuilder.createHtmlElementForControl(ITabContainer control) -
Uses of IHtmlElement in ch.nolix.system.control.uploader
Methods in ch.nolix.system.control.uploader that return IHtmlElementModifier and TypeMethodDescriptionUploaderHtmlBuilder.createHtmlElementForControl(IUploader control) -
Uses of IHtmlElement in ch.nolix.system.control.validationlabel
Methods in ch.nolix.system.control.validationlabel that return IHtmlElementModifier and TypeMethodDescriptionValidationLabelHtmlBuilder.createHtmlElementForControl(IValidationLabel control) -
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.webgui.main
Methods in ch.nolix.system.webgui.main that return IHtmlElementModifier and TypeMethodDescriptionstatic IHtmlElementWebGuiHtmlBuilder.createHtmlForWebGui(IWebGui<?> webGui) final IHtmlElementAbstractControl.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.html
Methods in ch.nolix.systemapi.webgui.html that return IHtmlElement -
Uses of IHtmlElement in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main that return IHtmlElement