|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.doc.DocumentConfigSpecNodeExpander
The ConfigSpecNodeExpander class uses the DocumentService and a WTDocumentConfigSpec
to implement the expand operation. The node is assumed to be a Document
and the "uses" link is navigated.
Supported API: false
Extendable: false
WTDocumentConfigSpec
,
wt.doc.DocumentService
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private WTDocumentConfigSpec |
theWTDocumentConfigSpec
|
Constructor Summary | |
DocumentConfigSpecNodeExpander(WTDocumentConfigSpec a_docConfigSpec)
Constructs an instance. |
Method Summary | |
void |
expandNode(Persistable parentNode,
Vector links,
Vector nodes)
Expands the node returning all of the links and nodes associated with the parent node. |
WTDocumentConfigSpec |
getWTDocumentConfigSpec()
Gets the object for the association that plays role: theWTDocumentConfigSpec. |
void |
setWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Sets the object for the association that plays role: theWTDocumentConfigSpec. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private WTDocumentConfigSpec theWTDocumentConfigSpec
Constructor Detail |
public DocumentConfigSpecNodeExpander(WTDocumentConfigSpec a_docConfigSpec) throws WTPropertyVetoException
a_docConfigSpec
-
WTPropertyVetoException
Method Detail |
public WTDocumentConfigSpec getWTDocumentConfigSpec()
public void setWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec) throws WTPropertyVetoException
a_WTDocumentConfigSpec
-
WTPropertyVetoException
public void expandNode(Persistable parentNode, Vector links, Vector nodes) throws WTException
expandNode
in interface NodeExpander
parentNode
- links
- nodes
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |