Uses of Class
com.storedobject.core.TextContent
Packages that use TextContent
Package
Description
-
Uses of TextContent in com.storedobject.core
Subclasses of TextContent in com.storedobject.coreMethods in com.storedobject.core that return TextContentMethods in com.storedobject.core that return types with arguments of type TextContent -
Uses of TextContent in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type TextContentModifier and TypeMethodDescriptionvoidFlowDiagram.draw(TextContent definition) voidViewerLink.setTextContent(TextContent tc) Set the text content.Constructors in com.storedobject.ui with parameters of type TextContentModifierConstructorDescriptionFlowDiagram(TextContent definition) HomeHTMLView(TextContent textContent) HTMLView(TextContent textContent) Constructor.HTMLView(TextContent textContent, boolean windowMode) Constructor.IFrame(TextContent textContent) Constructor.TemplateDataForm(String caption, TextContent textContent) Constructor.TemplateView(String caption, TextContent textContent) Constructor.ViewerLink(String text, TextContent tc) Constructor. -
Uses of TextContent in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type TextContentMethods in com.storedobject.ui.common with parameters of type TextContentModifier and TypeMethodDescriptionTextContentBrowser.getContent(TextContent tc) voidTextContentEditor.saved(TextContent object) -
Uses of TextContent in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return TextContentModifier and TypeMethodDescriptionstatic TextContentSOServlet.getTextContent(String id) static TextContentSOServlet.getTextContent(String... ids) Methods in com.storedobject.ui.util with parameters of type TextContentModifier and TypeMethodDescriptionstatic voidSOServlet.cacheTextContent(TextContent tc) static voidSOServlet.removeCache(TextContent textContent) Constructors in com.storedobject.ui.util with parameters of type TextContentModifierConstructorDescriptionprotectedCreates a new HTML template based on the content of theTextContentprovided.