|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardsNode
Node in a hierarchical structure of content standards, used to display
standards using mui-oriented commands and therefore modeled after the VocabNode
interface.
$Id $
Method Summary | |
---|---|
void |
addSubNode(StandardsNode node)
Adds a feature to the SubNode attribute of the StandardsNode object |
List |
getAncestors()
Gets a list of ancestors as StandardsNodes from this to stdDocument root; |
StandardsNode |
getChild(String childId)
Gets the specified child of this Node |
String |
getDefinition()
A definition of the vocab choice (defined for vocabNode, not clear how relevant for standardsNode). |
String |
getFullText()
Gets the fullText attribute of the StandardsNode object |
String |
getGradeRange()
Gets the gradeRange attribute of the StandardsNode object |
boolean |
getHasSubList()
Gets the hasSubList attribute of the StandardsNode object |
String |
getId()
Gets the id attribute of the StandardsNode object |
boolean |
getIsLeafNode()
Gets the isLeafNode attribute of the StandardsNode object |
String |
getLabel()
Gets the label attribute of the StandardsNode object |
int |
getLevel()
Gets the level attribute of the StandardsNode object |
boolean |
getNoDisplay()
Gets the noDisplay attribute of the StandardsNode object |
List |
getSubList()
Gets a list of StandardsNodes that have this node as a parent. |
boolean |
getWrap()
Gets the wrap attribute of the StandardsNode object |
boolean |
isLastInSubList()
Gets the isLastInSubList attribute of the StandardsNode object |
Method Detail |
---|
String getId()
List getAncestors()
boolean isLastInSubList()
boolean getNoDisplay()
StandardsNode getChild(String childId)
childId
- NOT YET DOCUMENTED
int getLevel()
List getSubList()
String getGradeRange()
boolean getHasSubList()
boolean getIsLeafNode()
void addSubNode(StandardsNode node)
node
- The feature to be added to the SubNode attributeString getDefinition()
boolean getWrap()
String getLabel()
String getFullText()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |