public class TreemapOptions extends DvtExtendedPatternOptions
| Constructor and Description |
|---|
TreemapOptions() |
| Modifier and Type | Method and Description |
|---|---|
TreemapNodeConfiguration |
createAddTreemapNodeConfiguration(oracle.binding.meta.StructureDefinition sd, TreemapNodeConfiguration parent)
Creates a new TreemapNodeConfiguration instance
|
BindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TreemapExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
TreemapNodeConfiguration |
getRootNode()
Get the root TreemapNodeConfiguration that represents the top level StructureDefinition of the hierarchical data model this Treemap needs in order to render properly.
|
void |
setRootNode(TreemapNodeConfiguration root)
Set the root TreemapNodeConfiguration for this Treemap
|
mergepublic TreemapExtendedProperties getExtendedProperties()
ExtendedPatternOptionsExtendedProperties of this pattern if present. Properties may be set on the extended properties until the component is bound.getExtendedProperties in class ExtendedPatternOptionspublic BindingOptions getBindingOptions()
DvtExtendedPatternOptionsBindingOptions of this pattern if present. Binding related properties may be set on the BindingOptions class until the component is bound.getBindingOptions in class DvtExtendedPatternOptionspublic TreemapNodeConfiguration createAddTreemapNodeConfiguration(oracle.binding.meta.StructureDefinition sd, TreemapNodeConfiguration parent)
sd - The StructureDefinition at a particular depth in the hierarchical data modelparent - The parent TreemapNodeConfiguration of this new TreemapNodeConfiguration instancepublic void setRootNode(TreemapNodeConfiguration root)
root -public TreemapNodeConfiguration getRootNode()