Class BlockTransformContext
- java.lang.Object
-
- com.microstrategy.web.blocks.xforms.BlockTransformContext
-
public class BlockTransformContext extends java.lang.Object
This class contains the necessary context to perform a given transformation on a Block tree, subtree or set of Block properties. A context has a root Block tree which may remain the root throughout the set of transformations or it may be changed by a given transform.
The focal point of a transform, where it performs its work, is called the "target". This may or may not be the root Block.
-
-
Constructor Summary
Constructors Constructor Description BlockTransformContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Block
getRootBlock()
BlockTarget
getTarget()
void
setRootBlock(Block rootBlock)
void
setTarget(BlockTarget target)
-
-
-
Method Detail
-
setRootBlock
public void setRootBlock(Block rootBlock)
-
getRootBlock
public Block getRootBlock()
-
getTarget
public BlockTarget getTarget()
-
setTarget
public void setTarget(BlockTarget target)
-
-