|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.pret.AbstractInteractor
edu.wisc.trace.urcsdk.client.pret.Group
public class Group
Group represents the special-case PreT element
that groups interactors. It has special methods that other
interactors do not.
| Field Summary |
|---|
| Fields inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor |
|---|
calculable, cohesion, domain, executable, id, navindex, readable, ref, rootElement, socketElement, widget, writeable |
| Constructor Summary | |
|---|---|
Group()
Creates a new Group instance. |
|
Group(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
Creates a new Group instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCohesion()
Returns the cohesion level of this group in the form of a string. |
java.util.List<IInteractor> |
getInteractors()
Returns the interactors grouped by this element. |
ClientSession |
getSession()
Retreives the session that this group element belongs to. |
void |
parse(org.w3c.dom.Element rootElement)
parse parses the <group> element of the PreT document. |
void |
setSession(ClientSession session)
Sets the session this group element belongs to. |
| Methods inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor |
|---|
getDomain, getID, getNavindex, getPretDomain, getRef, getSelfRef, getSocketElement, getUIComponent, parse, setCalculable, setID, setNavindex, setRootElement, setSocketElement, setWidget, updateExecutable, updateReadable, updateResources, updateValue, updateWriteable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Group()
Group instance.
public Group(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
throws UrcException
Group instance.
rootElement - an Element valuesocketElement - an IUISocketElement value
UrcException| Method Detail |
|---|
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
parse parses the <group> element of the PreT document.
It gets the interactors grouped by this element and makes them accessible by the
method getInteractors.
parse in class AbstractInteractorrootElement - an Element value
UrcExceptionpublic java.util.List<IInteractor> getInteractors()
List<IInteractor> collection containing all interactors grouped by this element.public void setSession(ClientSession session)
session - a Session object.public ClientSession getSession()
Session object.public java.lang.String getCohesion()
String value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||