|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.netmarkets.util.misc.NmContext
public class NmContext
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
static NmContext |
fromString(String str)
Creates a new NmContext from a String Supported API: true |
Stack |
getContextItems()
Gets the value of the attribute: contextItems. |
NmOid |
getPageOid()
Returns the object that is the last in context chain. |
NmOid |
getPrimaryOid()
Returns the object that is the first in context chain. |
NmOid |
getTargetOid()
The object being acted on. |
void |
popElement()
Supported API: true |
void |
popFormElement()
Supported API: true |
void |
popTreeElement()
Supported API: true |
void |
pushElement(com.ptc.netmarkets.model.NmObject object)
Supported API: true |
void |
pushFormElement(String name)
Supported API: true |
void |
pushTreeElement(com.ptc.netmarkets.util.treetable.NmHTMLTreeNode node)
Supported API: true |
String |
toString()
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Stack getContextItems()
public String toString()
toString in class Object
public static NmContext fromString(String str)
throws WTException
str -
WTException
public NmOid getPrimaryOid()
throws WTException
WTException
public NmOid getPageOid()
throws WTException
WTException
public NmOid getTargetOid()
throws WTException
WTExceptionpublic void pushElement(com.ptc.netmarkets.model.NmObject object)
object - public void popElement()
public void pushFormElement(String name)
name - public void popFormElement()
public void pushTreeElement(com.ptc.netmarkets.util.treetable.NmHTMLTreeNode node)
node - public void popTreeElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||