Package io.wcm.handler.commons.dom
Class Image
- java.lang.Object
-
- org.jdom2.Content
-
- org.jdom2.Element
-
- io.wcm.handler.commons.dom.AbstractElement
-
- io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
- io.wcm.handler.commons.dom.HtmlElement
-
- io.wcm.handler.commons.dom.Image
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.jdom2.NamespaceAware,org.jdom2.Parent
@ProviderType public final class Image extends HtmlElement
Html image (img) element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Image()Initializes html element.Image(java.lang.String src)Initializes html element.Image(java.lang.String src, long width, long height)Initializes html element.Image(java.lang.String src, java.lang.String alt)Initializes html element.Image(java.lang.String src, java.lang.String alt, long width, long height)Initializes html element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageaddCssClass(java.lang.String value)Html "class" attribute.java.lang.StringgetAlt()Html "alt" attribute.intgetBorder()Html "border" attribute.longgetHeight()Html "height" attribute.intgetHSpace()Html "hspace" attribute.java.lang.StringgetSizes()Html "sizes" attribute.java.lang.StringgetSrc()Html "src" attribute.java.lang.StringgetSrcSet()Html "srcset" attribute.java.lang.StringgetUseMap()Html "usemap" attribute.intgetVSpace()Html "vspace" attribute.longgetWidth()Html "width" attribute.ImagesetAlt(java.lang.String value)Html "alt" attribute.ImagesetAttributeValueAsLong(java.lang.String name, long value)Sets attribute value as long.ImagesetBorder(int value)Html "border" attribute.ImagesetCssClass(java.lang.String value)Sets Html "class" attribute - unless you're really sure that you want to replace existing classes, you probably should callHtmlElement.addCssClass(String)instead.ImagesetData(java.lang.String attributeName, java.lang.String value)Custom Html5 "data-*" attribute.protected ImagesetEmptyAttributeValueAsBoolean(java.lang.String attributeName, boolean value)Sets "empty" attribute value as boolean (i.e. for "checked" attribute).ImagesetHeight(long value)Html "height" attribute.ImagesetHSpace(int value)Html "hspace" attribute.ImagesetId(java.lang.String value)Html "id" attribute.ImagesetSizes(java.lang.String value)Html "sizes" attribute.ImagesetSrc(java.lang.String value)Html "src" attribute.ImagesetSrcSet(java.lang.String value)Html "srcset" attribute.ImagesetStyle(java.lang.String styleAttribute, java.lang.String styleValue)Html "style" attribute.ImagesetStyleString(java.lang.String value)Html "style" attribute.ImagesetText(java.lang.String text)Sets the content of the element to be the text given.ImagesetTitle(java.lang.String value)Html "title" attribute.ImagesetUseMap(java.lang.String value)Html "usemap" attribute.ImagesetVSpace(int value)Html "vspace" attribute.ImagesetWidth(long value)Html "width" attribute.-
Methods inherited from class io.wcm.handler.commons.dom.HtmlElement
add, getCssClass, getData, getEmptyAttributeValueAsBoolean, getId, getStyle, getStyles, getStyleString, getTitle
-
Methods inherited from class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
create, createAnchor, createAnchor, createAnchor, createAudio, createComment, createDiv, createFigCaption, createFigure, createImage, createImage, createImage, createImage, createImage, createNoScript, createScript, createScript, createSource, createSpan, createSpan, createVideo
-
Methods inherited from class io.wcm.handler.commons.dom.AbstractElement
add, addContent, addContent, addContent, addContent, addContent, getAttributeValueAsInteger, getAttributeValueAsLong, setAttribute, setAttribute, setAttributeValueAsInteger, toString, toStringContentOnly
-
Methods inherited from class org.jdom2.Element
addNamespaceDeclaration, canContainContent, clone, cloneContent, coalesceText, detach, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributesSize, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getValue, getXMLBaseURI, hasAdditionalNamespaces, hasAttributes, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, sortAttributes, sortChildren, sortContent, sortContent
-
Methods inherited from class org.jdom2.Content
equals, getCType, getDocument, getParent, getParentElement, hashCode, setParent
-
-
-
-
Constructor Detail
-
Image
public Image()
Initializes html element.
-
Image
public Image(java.lang.String src)
Initializes html element.- Parameters:
src- Html "src" attribute.
-
Image
public Image(java.lang.String src, java.lang.String alt)Initializes html element.- Parameters:
src- Html "src" attribute.alt- Html "alt" attribute.
-
Image
public Image(java.lang.String src, long width, long height)Initializes html element.- Parameters:
src- Html "src" attribute.width- Html "width" attribute.height- Html "height" attribute.
-
Image
public Image(java.lang.String src, java.lang.String alt, long width, long height)Initializes html element.- Parameters:
src- Html "src" attribute.alt- Html "alt" attribute.width- Html "width" attribute.height- Html "height" attribute.
-
-
Method Detail
-
getSrc
public java.lang.String getSrc()
Html "src" attribute.- Returns:
- Value of attribute
-
setSrc
public Image setSrc(java.lang.String value)
Html "src" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getSrcSet
public java.lang.String getSrcSet()
Html "srcset" attribute.- Returns:
- Value of attribute
-
setSrcSet
public Image setSrcSet(java.lang.String value)
Html "srcset" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getSizes
public java.lang.String getSizes()
Html "sizes" attribute.- Returns:
- Value of attribute
-
setSizes
public Image setSizes(java.lang.String value)
Html "sizes" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getAlt
public java.lang.String getAlt()
Html "alt" attribute.- Returns:
- Value of attribute
-
setAlt
public Image setAlt(java.lang.String value)
Html "alt" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getWidth
public long getWidth()
Html "width" attribute.- Returns:
- Value of attribute
-
setWidth
public Image setWidth(long value)
Html "width" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getHeight
public long getHeight()
Html "height" attribute.- Returns:
- Value of attribute
-
setHeight
public Image setHeight(long value)
Html "height" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getBorder
public int getBorder()
Html "border" attribute.- Returns:
- Value of attribute
-
setBorder
public Image setBorder(int value)
Html "border" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getHSpace
public int getHSpace()
Html "hspace" attribute.- Returns:
- Value of attribute
-
setHSpace
public Image setHSpace(int value)
Html "hspace" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getVSpace
public int getVSpace()
Html "vspace" attribute.- Returns:
- Value of attribute
-
setVSpace
public Image setVSpace(int value)
Html "vspace" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
getUseMap
public java.lang.String getUseMap()
Html "usemap" attribute.- Returns:
- Value of attribute
-
setUseMap
public Image setUseMap(java.lang.String value)
Html "usemap" attribute.- Parameters:
value- Value of attribute- Returns:
- Self reference
-
setEmptyAttributeValueAsBoolean
protected Image setEmptyAttributeValueAsBoolean(java.lang.String attributeName, boolean value)
Description copied from class:HtmlElementSets "empty" attribute value as boolean (i.e. for "checked" attribute).- Overrides:
setEmptyAttributeValueAsBooleanin classHtmlElement- Parameters:
attributeName- Attribute namevalue- Attribute value as boolean- Returns:
- Self reference
-
setId
public Image setId(java.lang.String value)
Description copied from class:HtmlElementHtml "id" attribute.- Overrides:
setIdin classHtmlElement- Parameters:
value- Value of attribute- Returns:
- Self reference
-
setCssClass
public Image setCssClass(java.lang.String value)
Description copied from class:HtmlElementSets Html "class" attribute - unless you're really sure that you want to replace existing classes, you probably should callHtmlElement.addCssClass(String)instead.- Overrides:
setCssClassin classHtmlElement- Parameters:
value- Value of attribute- Returns:
- Self reference
-
addCssClass
public Image addCssClass(java.lang.String value)
Description copied from class:HtmlElementHtml "class" attribute. Adds a single, space-separated value while preserving existing ones.- Overrides:
addCssClassin classHtmlElement- Parameters:
value- Value of attribute- Returns:
- Self reference
-
setStyleString
public Image setStyleString(java.lang.String value)
Description copied from class:HtmlElementHtml "style" attribute.- Overrides:
setStyleStringin classHtmlElement- Parameters:
value- Value of attribute with style key/value pairs- Returns:
- Self reference
-
setStyle
public Image setStyle(java.lang.String styleAttribute, java.lang.String styleValue)
Description copied from class:HtmlElementHtml "style" attribute. Sets single style attribute value.- Overrides:
setStylein classHtmlElement- Parameters:
styleAttribute- Style attribute namestyleValue- Style attribute value- Returns:
- Self reference
-
setTitle
public Image setTitle(java.lang.String value)
Description copied from class:HtmlElementHtml "title" attribute.- Overrides:
setTitlein classHtmlElement- Parameters:
value- Value of attribute- Returns:
- Self reference
-
setData
public Image setData(java.lang.String attributeName, java.lang.String value)
Description copied from class:HtmlElementCustom Html5 "data-*" attribute.- Overrides:
setDatain classHtmlElement- Parameters:
attributeName- Name of HTML5 data attribute (without the 'data-' prefix).value- Value of attribute- Returns:
- Self reference
-
setAttributeValueAsLong
public Image setAttributeValueAsLong(java.lang.String name, long value)
Description copied from class:AbstractElementSets attribute value as long.- Overrides:
setAttributeValueAsLongin classAbstractElement- Parameters:
name- Attribute namevalue- Attribute value as long- Returns:
- Self reference
-
setText
public Image setText(java.lang.String text)
Description copied from class:AbstractElementSets the content of the element to be the text given. All existing text content and non-text context is removed. If this element should have both textual content and nested elements, useinstead. Setting a null text value is equivalent to setting an empty string value.Element.setContent(java.util.Collection<? extends org.jdom2.Content>)- Overrides:
setTextin classAbstractElement- Parameters:
text- new text content for the element- Returns:
- the target element
-
-