public class HtmlElementRawText extends HtmlElement
Constructor and Description |
---|
HtmlElementRawText() |
Modifier and Type | Method and Description |
---|---|
Object |
getText()
Returns the inner text of this element.
|
HtmlElement |
setText(Object text)
Sets the inner text of this element.
|
HtmlElement |
text(Object text)
Sets the text node on this element.
|
_class, accesskey, attr, attrUri, contenteditable, dir, getAttr, getAttr, getAttrs, hidden, id, lang, onabort, onblur, oncancel, oncanplay, oncanplaythrough, onchange, onclick, oncuechange, ondblclick, ondurationchange, onemptied, onended, onerror, onfocus, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart, onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpause, onplay, onplaying, onprogress, onratechange, onreset, onresize, onscroll, onseeked, onseeking, onselect, onshow, onstalled, onsubmit, onsuspend, ontimeupdate, ontoggle, onvolumechange, onwaiting, setAttrs, spellcheck, style, tabindex, title, toString, translate
public HtmlElementRawText()
@Xml(format=TEXT_PWS) @BeanProperty(value="c") public Object getText()
@BeanProperty(value="c") public HtmlElement setText(Object text)
text
- The inner text of this element, or public HtmlElement text(Object text)
text
- The text node to add to this element.Copyright © 2018 Apache. All rights reserved.