Uses of Interface
ch.nolix.baseapi.html.htmlmodel.IHtmlAttribute
Packages that use IHtmlAttribute
Package
Description
-
Uses of IHtmlAttribute in ch.nolix.base.html.htmlmodel
Classes in ch.nolix.base.html.htmlmodel that implement IHtmlAttributeMethods in ch.nolix.base.html.htmlmodel that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlAttribute> HtmlElement.getAttributes()Methods in ch.nolix.base.html.htmlmodel 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.html.htmlmodel with type arguments of type IHtmlAttributeModifier and TypeMethodDescriptionHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) static HtmlElementHtmlElement.withTypeAndAttributes(String type, ExtendedIterable<? extends 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) -
Uses of IHtmlAttribute in ch.nolix.baseapi.html.htmlmodel
Methods in ch.nolix.baseapi.html.htmlmodel that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionExtendedIterable<? extends IHtmlAttribute> IHtmlElement.getAttributes()Methods in ch.nolix.baseapi.html.htmlmodel with parameters of type IHtmlAttributeModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(IHtmlAttribute... additionalAttributes) Method parameters in ch.nolix.baseapi.html.htmlmodel with type arguments of type IHtmlAttributeModifier and TypeMethodDescriptionIHtmlElement.withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) -
Uses of IHtmlAttribute in ch.nolix.system.control.imagecontrol
Methods in ch.nolix.system.control.imagecontrol that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionstatic ExtendedIterable<IHtmlAttribute> ImageControlHtmlBuilderHelper.createHtmlAttributesForImageControl(IImageControl imageControl) -
Uses of IHtmlAttribute in ch.nolix.system.control.link
Methods in ch.nolix.system.control.link that return types with arguments of type IHtmlAttributeModifier and TypeMethodDescriptionstatic ExtendedIterable<? 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(Control<?, ?> control) static IHtmlAttributeLayerHtmlBuilder.createIdHtmlAttributeForLayer(ILayer layer)