|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.vocab.VocabNodeOPML
public class VocabNodeOPML
MetadataVocabOPML implementation of a controlled vocabulary tree node
| Constructor Summary | |
|---|---|
VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node)
Constructor for the VocabNodeOPML object |
|
VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
Constructor for the VocabNodeOPML object |
|
VocabNodeOPML(String metaFormat)
Constructor for the VocabNodeOPML object |
|
VocabNodeOPML(String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node)
Constructor for the VocabNodeOPML object |
|
VocabNodeOPML(String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
Constructor for the VocabNodeOPML object |
|
| Method Summary | |
|---|---|
boolean |
getCollapsible()
Gets the collapsible attribute of the VocabNode object |
String |
getDefinition()
Gets the definition attribute of the VocabNode object |
String |
getDescription(PageContext page)
Gets the description attribute of the VocabNodeOPML object |
boolean |
getDivider()
Gets the divider attribute of the VocabNode object |
String |
getFieldId()
Gets the fieldId attribute of the VocabNode object |
int |
getGroupLevel()
Gets the groupLevel attribute of the VocabNode object |
boolean |
getHasSubList()
Gets the hasSubList attribute of the VocabNode object |
String |
getId()
Gets the id attribute of the VocabNode object |
boolean |
getIsLastInSubList()
Gets the isLastInSubList attribute of the VocabNode object |
String |
getLabel()
Gets the label attribute of the VocabNode object |
String |
getLabelAbbrev()
Gets the labelAbbrev attribute of the VocabNode object |
VocabList |
getList()
Gets the list attribute of the VocabNode object |
String |
getName()
Gets the name attribute of the VocabNode object |
boolean |
getNoDisplay()
Gets the noDisplay attribute of the VocabNode object |
boolean |
getNoDisplayOriginal()
Gets the noDisplayOriginal attribute of the VocabNode object |
ArrayList |
getSubList()
Struts equivalent of getList()--JPSs work by iterating over ArrayLists (Collections) |
boolean |
getWrap()
Gets the wrap attribute of the VocabNode object |
void |
setCollapsible(boolean collapsible)
Sets the collapsible attribute of the VocabNode object |
void |
setDefinition(String definition)
Sets the definition attribute of the VocabNode object |
void |
setDescription(String description)
Sets the description attribute of the VocabNode object |
void |
setDivider(boolean divider)
Sets the divider attribute of the VocabNode object |
void |
setFieldId(String fieldId)
Sets the fieldId attribute of the VocabNode object |
void |
setGroupLevel(int groupLevel)
Sets the groupLevel attribute of the VocabNode object |
void |
setId(String id)
Sets the id attribute of the VocabNode object |
void |
setIsLastInSubList(boolean isLastInSubList)
Sets the isLastInSubList attribute of the VocabNode object |
void |
setLabel(String label)
Sets the label attribute of the VocabNode object |
void |
setLabelAbbrev(String labelAbbrev)
Sets the labelAbbrev attribute of the VocabNode object |
void |
setList(VocabList list)
Sets the list attribute of the VocabNode object |
void |
setMetaFormat(String metaFormat)
Sets the metaFormat attribute of the VocabNodeOPML object |
void |
setName(String name)
Sets the name attribute of the VocabNode object |
void |
setNoDisplay(boolean noDisplay)
Sets the noDisplay attribute of the VocabNode object |
void |
setNoDisplayOriginal(boolean noDisplayOriginal)
Sets the noDisplay attribute of the vocab node (for UI suppression) |
void |
setSrc(String src)
Sets the src attribute of the VocabNode object |
void |
setWrap(boolean wrap)
Sets the wrap attribute of the VocabNode object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node)
node -
public VocabNodeOPML(String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node)
metaFormat - node -
public VocabNodeOPML(org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
node - parent -
public VocabNodeOPML(String metaFormat,
org.dlese.dpc.gui.OPMLTree.TreeNode node,
VocabList parent)
metaFormat - node - parent - public VocabNodeOPML(String metaFormat)
metaFormat - | Method Detail |
|---|
public void setMetaFormat(String metaFormat)
setMetaFormat in interface VocabNodemetaFormat - The new metaFormat valuepublic void setGroupLevel(int groupLevel)
setGroupLevel in interface VocabNodegroupLevel - The new groupLevel valuepublic int getGroupLevel()
getGroupLevel in interface VocabNodepublic void setFieldId(String fieldId)
setFieldId in interface VocabNodefieldId - The new fieldId valuepublic String getFieldId()
getFieldId in interface VocabNodepublic String getName()
getName in interface VocabNodepublic void setName(String name)
setName in interface VocabNodename - The new name valuepublic String getId()
getId in interface VocabNodepublic void setId(String id)
setId in interface VocabNodeid - The new id valuepublic String getLabel()
getLabel in interface VocabNodepublic void setLabel(String label)
setLabel in interface VocabNodelabel - The new label valuepublic String getLabelAbbrev()
getLabelAbbrev in interface VocabNodepublic void setLabelAbbrev(String labelAbbrev)
setLabelAbbrev in interface VocabNodelabelAbbrev - The new labelAbbrev valuepublic String getDefinition()
getDefinition in interface VocabNodepublic void setDefinition(String definition)
setDefinition in interface VocabNodedefinition - The new definition valuepublic void setSrc(String src)
setSrc in interface VocabNodesrc - The new src valuepublic String getDescription(PageContext page)
getDescription in interface VocabNodepage -
public void setDescription(String description)
setDescription in interface VocabNodedescription - The new description valuepublic VocabList getList()
getList in interface VocabNodepublic void setList(VocabList list)
setList in interface VocabNodelist - The new list valuepublic ArrayList getSubList()
getSubList in interface VocabNodepublic boolean getHasSubList()
getHasSubList in interface VocabNodepublic boolean getNoDisplay()
getNoDisplay in interface VocabNodepublic void setNoDisplay(boolean noDisplay)
setNoDisplay in interface VocabNodenoDisplay - The new noDisplay valuepublic boolean getNoDisplayOriginal()
getNoDisplayOriginal in interface VocabNodepublic void setNoDisplayOriginal(boolean noDisplayOriginal)
setNoDisplayOriginal in interface VocabNodenoDisplayOriginal - The new noDisplayOriginal valuepublic boolean getWrap()
getWrap in interface VocabNodepublic void setWrap(boolean wrap)
setWrap in interface VocabNodewrap - The new wrap valuepublic boolean getCollapsible()
public void setCollapsible(boolean collapsible)
collapsible - The new collapsible valuepublic boolean getDivider()
getDivider in interface VocabNodepublic void setDivider(boolean divider)
setDivider in interface VocabNodedivider - The new divider valuepublic void setIsLastInSubList(boolean isLastInSubList)
setIsLastInSubList in interface VocabNodeisLastInSubList - The new isLastInSubList valuepublic boolean getIsLastInSubList()
getIsLastInSubList in interface VocabNode
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||