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, valueFields inherited from interface com.storedobject.common.StyledBuilder
EMPTY_STRINGS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()Clear the content.getError()booleanisError()voidvoidsetErrorObject(Object errorObject) voidMethods inherited from class com.storedobject.common.HTMLText
append, append, append, append, appendHTML, 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.common.StyledBuilder
setValue, setValue, setValue, update
-
Constructor Details
-
ErrorText
public ErrorText()
-
-
Method Details
-
setErrorObject
-
getErrorObject
-
setError
-
getError
-
isError
public boolean isError() -
generateError
-
throwError
-
clear
-