- AbstractElement<T extends AbstractElement> - Class in io.wcm.handler.commons.dom
-
Generic DOM element.
- AbstractElement(String) - Constructor for class io.wcm.handler.commons.dom.AbstractElement
-
Initializes DOM element.
- AbstractHtmlElementFactory<T extends HtmlElement> - Class in io.wcm.handler.commons.dom
-
Contains factory methods for creating and adding Html elements and specialized types.
- AbstractHtmlElementFactory(String) - Constructor for class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Initializes html element factory.
- AbstractNonSelfClosingHtmlElement<T extends HtmlElement> - Class in io.wcm.handler.commons.dom
-
Html element wrapper tags that must not rendered self-closing to avoid problems in certain browsers.
- AbstractNonSelfClosingHtmlElement(String) - Constructor for class io.wcm.handler.commons.dom.AbstractNonSelfClosingHtmlElement
-
Initializes html element.
- add(ElementType) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Appends the child to the end of the element's content list.
- add(HtmlElementType) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Appends the child to the end of the element's content list.
- addContent(Content) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Appends the child to the end of the element's content list
- addContent(int, Content) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Inserts the child into the content list at the given index
- addContent(String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
This adds text content to this element.
- addContent(Collection) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Appends all children in the given collection to the end of the content list.
- addContent(int, Collection) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Inserts the content in a collection into the content list at the given index.
- addCssClass(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "class" attribute.
- Anchor - Class in io.wcm.handler.commons.dom
-
Html anchor (a) element.
- Anchor() - Constructor for class io.wcm.handler.commons.dom.Anchor
-
Initializes html element.
- Anchor(String) - Constructor for class io.wcm.handler.commons.dom.Anchor
-
Initializes html element.
- Anchor(String, String) - Constructor for class io.wcm.handler.commons.dom.Anchor
-
Initializes html element.
- Audio - Class in io.wcm.handler.commons.dom
-
Html audio (audio) element.
- Audio() - Constructor for class io.wcm.handler.commons.dom.Audio
-
Initializes html element.
- create(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds html element.
- createAnchor() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds anchor (a) element.
- createAnchor(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds anchor (a) element.
- createAnchor(String, String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds anchor (a) element.
- createAudio() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds audio element.
- createComment(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds html comment.
- createDiv() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds div element.
- createFigCaption() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds figure caption element.
- createFigure() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds figure element.
- createImage() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds imgage (img) element.
- createImage(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds imgage (img) element.
- createImage(String, String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds imgage (img) element.
- createImage(String, int, int) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds imgage (img) element.
- createImage(String, String, int, int) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds imgage (img) element.
- createNoScript() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds noscript element.
- createScript() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds script element.
- createScript(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds script element.
- createSource() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds source element.
- createSpan() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds span element.
- createSpan(String) - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds span element.
- createVideo() - Method in class io.wcm.handler.commons.dom.AbstractHtmlElementFactory
-
Creates and adds video element.
- getAccept() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns the mime-type accept patterns
- getAccessKey() - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "accesskey" attribute.
- getAlt() - Method in class io.wcm.handler.commons.dom.Image
-
Html "alt" attribute.
- getAttributeValueAsInteger(String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Gets attribute value as integer.
- getAttributeValueAsLong(String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Gets attribute value as long.
- getBorder() - Method in class io.wcm.handler.commons.dom.Image
-
Html "border" attribute.
- getCssClass() - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "class" attribute.
- getData(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Custom Html5 "data-*" attribute.
- getEmptyAttributeValueAsBoolean(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Gets "empty" attribute value as boolean (i.e. for "checked" attribute).
- getGroups() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns the DD groups for this target
- getHeight() - Method in class io.wcm.handler.commons.dom.Image
-
Html "height" attribute.
- getHeight() - Method in class io.wcm.handler.commons.dom.Video
-
Html "height" attribute.
- getHRef() - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "href" attribute.
- getHSpace() - Method in class io.wcm.handler.commons.dom.Image
-
Html "hspace" attribute.
- getId() - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "id" attribute.
- getId() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns the id for the drop target element. this is currently the same
as the name, prefixed with the DropTarget.CSS_CLASS_PREFIX
- getMedia() - Method in class io.wcm.handler.commons.dom.Source
-
Html "media" attribute.
- getName() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns the name of this drop target
- getParameters() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns a map of additional parameters to be set on the target node
- getPoster() - Method in class io.wcm.handler.commons.dom.Video
-
Html "poster" attribute.
- getPreload() - Method in class io.wcm.handler.commons.dom.Audio
-
Html "preload" attribute.
- getPreload() - Method in class io.wcm.handler.commons.dom.Video
-
Html "preload" attribute.
- getPropertyName() - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
Returns the property name to use for this drop target.
- getRel() - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "rel" attribute.
- getSrc() - Method in class io.wcm.handler.commons.dom.Audio
-
Html "src" attribute.
- getSrc() - Method in class io.wcm.handler.commons.dom.Image
-
Html "src" attribute.
- getSrc() - Method in class io.wcm.handler.commons.dom.Script
-
Html "src" attribute.
- getSrc() - Method in class io.wcm.handler.commons.dom.Source
-
Html "src" attribute.
- getSrc() - Method in class io.wcm.handler.commons.dom.Video
-
Html "src" attribute.
- getStyle(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "style" attribute.
- getStyles() - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "style" attribute.
- getStyleString() - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "style" attribute.
- getTabIndex() - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "tabindex" attribute.
- getTarget() - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "target" attribute.
- getTitle() - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "title" attribute.
- getType() - Method in class io.wcm.handler.commons.dom.Script
-
Html "type" attribute.
- getType() - Method in class io.wcm.handler.commons.dom.Source
-
Html "type" attribute.
- getVSpace() - Method in class io.wcm.handler.commons.dom.Image
-
Html "vspace" attribute.
- getWidth() - Method in class io.wcm.handler.commons.dom.Image
-
Html "width" attribute.
- getWidth() - Method in class io.wcm.handler.commons.dom.Video
-
Html "poster" attribute.
- Script - Class in io.wcm.handler.commons.dom
-
Html script element.
- Script() - Constructor for class io.wcm.handler.commons.dom.Script
-
Initializes html element.
- Script(String) - Constructor for class io.wcm.handler.commons.dom.Script
-
Initializes html element.
- setAccept(String[]) - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
- setAccessKey(String) - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "accesskey" attribute.
- setAlt(String) - Method in class io.wcm.handler.commons.dom.Image
-
Html "alt" attribute.
- setAttribute(String, String, Namespace) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
This sets an attribute value for this element.
- setAttribute(String, String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
This sets an attribute value for this element.
- setAttributeValueAsInteger(String, int) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Sets attribute value as integer.
- setAttributeValueAsLong(String, long) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Sets attribute value as long.
- setAutoPlay(boolean) - Method in class io.wcm.handler.commons.dom.Audio
-
Html "autoplay" attribute.
- setAutoPlay(boolean) - Method in class io.wcm.handler.commons.dom.Video
-
Html "autoplay" attribute.
- setBorder(int) - Method in class io.wcm.handler.commons.dom.Image
-
Html "border" attribute.
- setControls(boolean) - Method in class io.wcm.handler.commons.dom.Audio
-
Html "controls" attribute.
- setControls(boolean) - Method in class io.wcm.handler.commons.dom.Video
-
Html "controls" attribute.
- setCssClass(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Sets Html "class" attribute - unless you're really sure that you want to replace existing classes,
you probably should call
HtmlElement.addCssClass(String) instead.
- setData(String, String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Custom Html5 "data-*" attribute.
- setEmptyAttributeValueAsBoolean(String, boolean) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Sets "empty" attribute value as boolean (i.e. for "checked" attribute).
- setGroups(String[]) - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
- setHeight(long) - Method in class io.wcm.handler.commons.dom.Image
-
Html "height" attribute.
- setHeight(long) - Method in class io.wcm.handler.commons.dom.Video
-
Html "height" attribute.
- setHRef(String) - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "href" attribute.
- setHSpace(int) - Method in class io.wcm.handler.commons.dom.Image
-
Html "hspace" attribute.
- setId(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "id" attribute.
- setLoop(boolean) - Method in class io.wcm.handler.commons.dom.Audio
-
Html "loop" attribute.
- setLoop(boolean) - Method in class io.wcm.handler.commons.dom.Video
-
Html "loop" attribute.
- setMedia(String) - Method in class io.wcm.handler.commons.dom.Source
-
Html "media" attribute.
- setMuted(boolean) - Method in class io.wcm.handler.commons.dom.Video
-
Html "muted" attribute.
- setName(String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
- setParameters(Map<String, String>) - Method in class io.wcm.handler.commons.editcontext.DropTargetImpl
-
- setPoster(String) - Method in class io.wcm.handler.commons.dom.Video
-
Html "poster" attribute.
- setPreload(String) - Method in class io.wcm.handler.commons.dom.Audio
-
Html "preload" attribute.
- setPreload(String) - Method in class io.wcm.handler.commons.dom.Video
-
Html "preload" attribute.
- setRel(String) - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "rel" attribute.
- setSrc(String) - Method in class io.wcm.handler.commons.dom.Audio
-
Html "src" attribute.
- setSrc(String) - Method in class io.wcm.handler.commons.dom.Image
-
Html "src" attribute.
- setSrc(String) - Method in class io.wcm.handler.commons.dom.Script
-
Html "src" attribute.
- setSrc(String) - Method in class io.wcm.handler.commons.dom.Source
-
Html "src" attribute.
- setSrc(String) - Method in class io.wcm.handler.commons.dom.Video
-
Html "src" attribute.
- setStyle(String, String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "style" attribute.
- setStyleString(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "style" attribute.
- setTabIndex(int) - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "tabindex" attribute.
- setTarget(String) - Method in class io.wcm.handler.commons.dom.Anchor
-
Html "target" attribute.
- setText(String) - Method in class io.wcm.handler.commons.dom.AbstractElement
-
Sets the content of the element to be the text given.
- setText(String) - Method in class io.wcm.handler.commons.dom.Script
-
Sets the content of the element to be the text given.
- setTitle(String) - Method in class io.wcm.handler.commons.dom.HtmlElement
-
Html "title" attribute.
- setType(String) - Method in class io.wcm.handler.commons.dom.Script
-
Html "type" attribute.
- setType(String) - Method in class io.wcm.handler.commons.dom.Source
-
Html "type" attribute.
- setVSpace(int) - Method in class io.wcm.handler.commons.dom.Image
-
Html "vspace" attribute.
- setWidth(long) - Method in class io.wcm.handler.commons.dom.Image
-
Html "width" attribute.
- setWidth(long) - Method in class io.wcm.handler.commons.dom.Video
-
Html "poster" attribute.
- Source - Class in io.wcm.handler.commons.dom
-
Html source (source) element.
- Source() - Constructor for class io.wcm.handler.commons.dom.Source
-
Initializes html element.
- Span - Class in io.wcm.handler.commons.dom
-
Html span element.
- Span() - Constructor for class io.wcm.handler.commons.dom.Span
-
Initializes html element.
- Span(String) - Constructor for class io.wcm.handler.commons.dom.Span
-
Initializes html element.