Package com.storedobject.ui
Class StyledString
java.lang.Object
com.storedobject.common.StyledString
com.storedobject.ui.StyledString
- 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 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.StyledString
append, clearContent, isEmpty, isNewLine, newLine, 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
-
StyledString
public StyledString()
-
-
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.
-