|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VocabNode
Interface for a controlled vocabulary tree node
| Method Summary | |
|---|---|
String |
getDefinition()
Gets the definition attribute of the VocabNode object |
String |
getDescription(PageContext page)
Gets the description attribute of the VocabNode 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()
Gets the subList attribute of the VocabNode object |
boolean |
getWrap()
Gets the wrap 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 VocabNode 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 noDisplayOriginal attribute of the VocabNode object |
void |
setSrc(String src)
Sets the src attribute of the VocabNode object |
void |
setWrap(boolean wrap)
Sets the wrap attribute of the VocabNode object |
| Method Detail |
|---|
void setMetaFormat(String metaFormat)
metaFormat - The new metaFormat valuevoid setGroupLevel(int groupLevel)
groupLevel - The new groupLevel valueint getGroupLevel()
void setFieldId(String fieldId)
fieldId - The new fieldId valueString getFieldId()
String getName()
void setName(String name)
name - The new name valueString getId()
void setId(String id)
id - The new id valueString getLabel()
void setLabel(String label)
label - The new label valueString getLabelAbbrev()
void setLabelAbbrev(String labelAbbrev)
labelAbbrev - The new labelAbbrev valueString getDefinition()
void setDefinition(String definition)
definition - The new definition valueString getDescription(PageContext page)
page -
void setDescription(String description)
description - The new description valueVocabList getList()
void setList(VocabList list)
list - The new list valueArrayList getSubList()
boolean getHasSubList()
boolean getNoDisplay()
void setNoDisplay(boolean noDisplay)
noDisplay - The new noDisplay valueboolean getNoDisplayOriginal()
void setNoDisplayOriginal(boolean noDisplayOriginal)
noDisplayOriginal - The new noDisplayOriginal valueboolean getWrap()
void setWrap(boolean wrap)
wrap - The new wrap valueboolean getDivider()
void setDivider(boolean divider)
divider - The new divider valuevoid setIsLastInSubList(boolean isLastInSubList)
isLastInSubList - The new isLastInSubList valueboolean getIsLastInSubList()
void setSrc(String src)
src - The new src value
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||