public class GXHtmlString
extends GXHtmlTag
To create a new HTML string use GXHtmlTagFactory.intance().newHtmlString(...)
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
void |
renderInto(StringBuffer result)
For internal use
|
void |
setTagName(String tagName)
Sets the concrete name of the tag
|
void |
setTagText(String htmlText)
Sets the tag's text.
|
public void setTagText(String htmlText)
htmlText - HTML text of the tagpublic void renderInto(StringBuffer result)
result - public String getContent()
public void setTagName(String tagName)
tagName - The name of the tagCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.