Uses of Interface
ch.nolix.baseapi.web.htmlelementmodel.IHtmlAttribute
Packages that use IHtmlAttribute
Package
Description
-
Uses of IHtmlAttribute in ch.nolix.base.web.htmlelementmodel
Classes in ch.nolix.base.web.htmlelementmodel that implement IHtmlAttributeMethods in ch.nolix.base.web.htmlelementmodel that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionIContainer<? extends IHtmlAttribute> HtmlElement.getAttributes()Methods in ch.nolix.base.web.htmlelementmodel with parameters of type IHtmlAttributeModifier and TypeMethodDescriptionstatic HtmlAttributeHtmlAttribute.fromHtmlAttribute(IHtmlAttribute htmlAttribute) HtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) static HtmlElementHtmlElement.withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementHtmlElement.withTypeAndAttributes(String type, IHtmlAttribute... attributes) Method parameters in ch.nolix.base.web.htmlelementmodel with type arguments of type IHtmlAttributeModifier and TypeMethodDescriptionHtmlElement.withAdditionalAttributes(IContainer<IHtmlAttribute> additionalAttributes) static HtmlElementHtmlElement.withTypeAndAttributes(String type, IContainer<? extends 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) -
Uses of IHtmlAttribute in ch.nolix.baseapi.web.htmlelementmodel
Methods in ch.nolix.baseapi.web.htmlelementmodel that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionIContainer<? extends IHtmlAttribute> IHtmlElement.getAttributes()Methods in ch.nolix.baseapi.web.htmlelementmodel with parameters of type IHtmlAttributeModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Method parameters in ch.nolix.baseapi.web.htmlelementmodel with type arguments of type IHtmlAttributeModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(IContainer<IHtmlAttribute> additionalAttributes) -
Uses of IHtmlAttribute in ch.nolix.system.webatomiccontrol.imagecontrol
Methods in ch.nolix.system.webatomiccontrol.imagecontrol that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionstatic IContainer<IHtmlAttribute> ImageControlHtmlBuilderHelper.createHtmlAttributesForImageControl(IImageControl imageControl) -
Uses of IHtmlAttribute in ch.nolix.system.webatomiccontrol.link
Methods in ch.nolix.system.webatomiccontrol.link that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionstatic IContainer<? extends IHtmlAttribute> LinkHtmlBuilderHelper.createHtmlAttributesForControl(ILink control) -
Uses of IHtmlAttribute in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return IHtmlAttributeModifier and TypeMethodDescriptionstatic IHtmlAttributeControlHelper.createIdHtmlAttributeForControl(IControl<?, ?> control) static IHtmlAttributeLayerHtmlBuilder.createIdHtmlAttributeForLayer(ILayer<?> layer)