Package de.hsh.graja.util.comment
Class AbstractSequenceContent
java.lang.Object
de.hsh.graja.util.comment.Content
de.hsh.graja.util.comment.AbstractSequenceContent
- All Implemented Interfaces:
Serializable
This class stores several contents in insertion order.
- See Also:
-
Field Summary
Fields inherited from class de.hsh.graja.util.comment.Content
EXCLUSIVE, renderUuid
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSequenceContent
(String idPrefix, IncludeSpec includeSpec) Initilaizes a new content instance. -
Method Summary
Methods inherited from class de.hsh.graja.util.comment.Content
click, dehighlight, disableCallerStacktraceRecording, enableCallerStacktraceRecording, equals, excludeGlobally, getIncludeSpec, getNestedContents, getRenderUuid, getStackdump, hashCode, hide, highlight, include, isCallerStacktraceRecordingEnabled, isHidden, isShowing, onClick, onClick, onHide, onHide, onLoad, onLoad, onShow, onShow, registerCallable, renderHtml, renderHtml, renderHtmlImpl, renderIdAttribute, renderJavascriptOncePerClass, renderOnClickAttribute, renderPlain, renderPlain, renderPlainImpl, setGlobalIncludeInfo, setHref, setIncludeSpec, show, toString, toString
-
Constructor Details
-
AbstractSequenceContent
Initilaizes a new content instance. This method sets a new uuid with the given prefix. Hyphens in the uuid are eliminated, so the uuid can be used as an javascript identifier.- Parameters:
prefix
- an optional id prefixincludeSpec
- an optional include spec.
-
-
Method Details
-
isInlineContent
public boolean isInlineContent()- Specified by:
isInlineContent
in classContent
- Returns:
- false
- See Also:
-