public class CollapseBeanInitializer
extends java.lang.Object
CollapseBean
which controls the visibility of
fields in the metadata editor. All fields that are deeper than a threshold
level are opened, while those shallower are closed.Constructor and Description |
---|
CollapseBeanInitializer(CollapseBean collapseBean,
org.dom4j.Document doc,
int baseLevel,
MetaDataFramework framework)
Constructor for the CollapseBeanInitializer object
|
CollapseBeanInitializer(CollapseBean collapseBean,
org.dom4j.Document doc,
MetaDataFramework framework)
Constructor for the CollapseBeanInitializer object
|
Modifier and Type | Method and Description |
---|---|
void |
init()
Initializes visiblity of elements in the metadata editor.
|
protected void |
prtln(java.lang.String s)
NOT YET DOCUMENTED
|
public CollapseBeanInitializer(CollapseBean collapseBean, org.dom4j.Document doc, MetaDataFramework framework)
collapseBean
- collapseBean to be initializeddoc
- instance documentframework
- framework of instance documentpublic CollapseBeanInitializer(CollapseBean collapseBean, org.dom4j.Document doc, int baseLevel, MetaDataFramework framework)
collapseBean
- collapseBean to be initializeddoc
- instance documentbaseLevel
- Configured baseLevel for the framework - used to
compute relative "level"framework
- Description of the Parameter