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_ENTITIES
Fields 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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.storedobject.vaadin.HTMLGenerator
getPrintText
-
Constructor Details
-
StyledString
public StyledString()
-
-
Method Details
-
getHTML
Description copied from interface:HTMLGenerator
Get 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:
getHTML
in interfaceHTMLGenerator
- Returns:
- HTML text generated.
-