|
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.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 VocabNode
metaFormat
- The new metaFormat valuepublic void setGroupLevel(int groupLevel)
setGroupLevel
in interface VocabNode
groupLevel
- The new groupLevel valuepublic int getGroupLevel()
getGroupLevel
in interface VocabNode
public void setFieldId(String fieldId)
setFieldId
in interface VocabNode
fieldId
- The new fieldId valuepublic String getFieldId()
getFieldId
in interface VocabNode
public String getName()
getName
in interface VocabNode
public void setName(String name)
setName
in interface VocabNode
name
- The new name valuepublic String getId()
getId
in interface VocabNode
public void setId(String id)
setId
in interface VocabNode
id
- The new id valuepublic String getLabel()
getLabel
in interface VocabNode
public void setLabel(String label)
setLabel
in interface VocabNode
label
- The new label valuepublic String getLabelAbbrev()
getLabelAbbrev
in interface VocabNode
public void setLabelAbbrev(String labelAbbrev)
setLabelAbbrev
in interface VocabNode
labelAbbrev
- The new labelAbbrev valuepublic String getDefinition()
getDefinition
in interface VocabNode
public void setDefinition(String definition)
setDefinition
in interface VocabNode
definition
- The new definition valuepublic void setSrc(String src)
setSrc
in interface VocabNode
src
- The new src valuepublic String getDescription(PageContext page)
getDescription
in interface VocabNode
page
-
public void setDescription(String description)
setDescription
in interface VocabNode
description
- The new description valuepublic VocabList getList()
getList
in interface VocabNode
public void setList(VocabList list)
setList
in interface VocabNode
list
- The new list valuepublic ArrayList getSubList()
getSubList
in interface VocabNode
public boolean getHasSubList()
getHasSubList
in interface VocabNode
public boolean getNoDisplay()
getNoDisplay
in interface VocabNode
public void setNoDisplay(boolean noDisplay)
setNoDisplay
in interface VocabNode
noDisplay
- The new noDisplay valuepublic boolean getNoDisplayOriginal()
getNoDisplayOriginal
in interface VocabNode
public void setNoDisplayOriginal(boolean noDisplayOriginal)
setNoDisplayOriginal
in interface VocabNode
noDisplayOriginal
- The new noDisplayOriginal valuepublic boolean getWrap()
getWrap
in interface VocabNode
public void setWrap(boolean wrap)
setWrap
in interface VocabNode
wrap
- The new wrap valuepublic boolean getCollapsible()
public void setCollapsible(boolean collapsible)
collapsible
- The new collapsible valuepublic boolean getDivider()
getDivider
in interface VocabNode
public void setDivider(boolean divider)
setDivider
in interface VocabNode
divider
- The new divider valuepublic void setIsLastInSubList(boolean isLastInSubList)
setIsLastInSubList
in interface VocabNode
isLastInSubList
- 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 |