Package com.storedobject.common
Class ErrorText
java.lang.Object
com.storedobject.common.HTMLText
com.storedobject.common.ErrorText
-
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, value
Fields inherited from interface com.storedobject.common.StyledBuilder
EMPTY_STRINGS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()
Clear the content.getError()
boolean
isError()
void
void
setErrorObject
(Object errorObject) void
Methods inherited from class com.storedobject.common.HTMLText
append, append, append, append, appendHTML, clearContent, drawLine, encode, getText, isAllowTopLevelHTML, isEmpty, isNewLine, newLine, newLine, setAllowTopLevelHTML, setText, space, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.storedobject.common.StyledBuilder
setValue, setValue, setValue, update
-
Constructor Details
-
ErrorText
public ErrorText()
-
-
Method Details
-
setErrorObject
-
getErrorObject
-
setError
-
getError
-
isError
public boolean isError() -
generateError
-
throwError
-
clear
-