Package com.storedobject.ui
Class HTMLText
java.lang.Object
com.storedobject.common.HTMLText
com.storedobject.ui.HTMLText
- All Implemented Interfaces:
StyledBuilder,GridCellText,HTMLGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.storedobject.common.StyledBuilder
StyledBuilder.Style -
Field Summary
Fields inherited from class com.storedobject.common.HTMLText
ALLOW_TOP_LEVEL, valueFields inherited from interface com.storedobject.vaadin.HTMLGenerator
CHAR_ENTITIESFields inherited from interface com.storedobject.common.StyledBuilder
EMPTY_STRINGS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.common.HTMLText
append, append, append, append, appendHTML, clear, clearContent, drawLine, encode, getText, isAllowTopLevelHTML, isEmpty, isNewLine, newLine, newLine, setAllowTopLevelHTML, setText, space, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.storedobject.vaadin.HTMLGenerator
getPrintText
-
Constructor Details
-
HTMLText
public HTMLText() -
HTMLText
-
-
Method Details
-
getHTML
Description copied from interface:HTMLGeneratorGet the HTML text generated. (The generated HTML may not contain outer tags. So, span or div tag may be used to bracket it in order to make it a valid HTML text).- Specified by:
getHTMLin interfaceHTMLGenerator- Returns:
- HTML text generated.
-