|
||||||||||
| 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.TimeInteractor
public class TimeInteractor
TimeInteractor a class representing DateTime
UI interactions such as check boxes.
| 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 | |
|---|---|
TimeInteractor()
Creates a new DateTimeInteractor instance. |
|
TimeInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
Creates a new DateTimeInteractor instance. |
|
| Method Summary | |
|---|---|
void |
parse(org.w3c.dom.Element rootElement)
parse parses the XML for this interactor and converts the data into programmatically
accessible objects. |
| 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 TimeInteractor()
DateTimeInteractor instance.
public TimeInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
throws UrcException
DateTimeInteractor instance.
rootElement - an Element valuesocketElement - an IUISocketElement value
UrcException| Method Detail |
|---|
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
AbstractInteractorparse parses the XML for this interactor and converts the data into programmatically
accessible objects.
parse in class AbstractInteractorrootElement - an Element value
UrcException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||