java.lang.Object |
↳ |
com.microstrategy.web.blocks.xforms.BlockTransformContext |
Class Overview
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.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
BlockTransformContext
()
Public Methods
public
Block
getRootBlock
()
public
void
setRootBlock
(Block rootBlock)