public class TreemapNodeConfiguration extends TreemapNode
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
TreemapNodeConfiguration(oracle.binding.meta.StructureDefinition sd,
TreemapNodeConfiguration parent)
Creates a new TreemapNodeConfiguration instance which is basically a TreemapNode associated
with a StructureDefinition of a particular Accessor in a hierarchical view structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(TreemapNodeConfiguration node)
Adds a child TreemapNodeConfiguration to this node.
|
TreemapNodeConfiguration |
getChildAt(int i) |
int |
getChildCount() |
int |
getIndexOfChild(TreemapNodeConfiguration node) |
TreemapNodeConfiguration |
getParent() |
oracle.binding.meta.StructureDefinition |
getStructureDefinition() |
void |
removeChildNodeConfiguration(TreemapNodeConfiguration node)
Removes a particular child node from the list of TreemapNodeConfigurations
|
getAttributeGroups, getBinding, getDrilling, getFillColor, getFillPattern, getGroupLabelDisplay, getId, getLabel, getLabelDisplay, getLabelHalign, getLabelStyle, getLabelValign, getSelectable, getShortDesc, getTagName, getTreemapNodeHeader, getValue, getValueAsString, isRendered, isRenderedAsString, setAttributeGroups, setBinding, setDrilling, setFillColor, setFillPattern, setGroupLabelDisplay, setId, setLabel, setLabelDisplay, setLabelHalign, setLabelStyle, setLabelValign, setRendered, setRenderedAsString, setSelectable, setShortDesc, setTreemapNodeHeader, setValue, setValueAsString_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic TreemapNodeConfiguration(oracle.binding.meta.StructureDefinition sd,
TreemapNodeConfiguration parent)
sd - the StructureDefinition of a particular level in the hierarchical view structure.parent - the parent TreemapNodeConfigurationpublic oracle.binding.meta.StructureDefinition getStructureDefinition()
public TreemapNodeConfiguration getParent()
public void addChild(TreemapNodeConfiguration node)
node - public void removeChildNodeConfiguration(TreemapNodeConfiguration node)
node - public int getChildCount()
public TreemapNodeConfiguration getChildAt(int i)
i - 0 based indexpublic int getIndexOfChild(TreemapNodeConfiguration node)
node -