|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.vocab.layout.VocabLayout
public class VocabLayout
Class to read a "groups file" for a single schemaNode and create the LayoutNodes representing it's controlled vocab items.
Constructor Summary | |
---|---|
VocabLayout(File file)
Constructor for the VocabLayout object using specified file. |
|
VocabLayout(String path)
Constructor for the VocabLayout object |
Method Summary | |
---|---|
String |
getCollapseExpand()
|
String |
getJson()
|
List |
getLayoutNodes()
Gets the top-level layoutNodes VocabLayout tree |
List |
getNodeList()
Returns all layout nodes calculated by flattening the hierarchy of layoutNodes into a list. |
String |
getPath()
Gets the path of the element to be rendered using VocabLayout |
String |
getSmartCheckBox()
|
String |
getSource()
Gets the source attribute of the VocabLayout object |
protected void |
init()
Parse the Document obtained from the vocabLayout source. |
static void |
main(String[] args)
The main program for the VocabLayout class |
void |
report()
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VocabLayout(String path) throws Exception
path
- schemaPath for the element rendered using vocabLayout
Exception
- if vocabLayout file cannot be processedpublic VocabLayout(File file) throws Exception
file
- vocabLayout file
Exception
- if vocabLayout file cannot be processedMethod Detail |
---|
protected void init() throws Exception
Exception
- NOT YET DOCUMENTEDpublic String getJson()
public String getPath()
public String getSource()
public String getCollapseExpand()
public String getSmartCheckBox()
public List getLayoutNodes()
public List getNodeList()
public void report()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |