public abstract class ContentFunctionAbstract extends Object implements ContentFunction
| Constructor and Description |
|---|
ContentFunctionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStatic()
Whether or not the function value can change at render time.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, canHandle, getLayoutReplacementText, getPostBoxingLayoutReplacementText, isCalculableAtLayoutpublic boolean isStatic()
ContentFunctionContentFunction.calculate(LayoutContext, FSFunction) will be called. If false,
ContentFunction.calculate(RenderingContext, FSFunction, InlineText) will be called.isStatic in interface ContentFunctionCopyright © 2004–2025. All rights reserved.