edu.wisc.trace.urcsdk.client.pret
Class ModalDialogInteractor
java.lang.Object
edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
edu.wisc.trace.urcsdk.client.pret.ModalDialogInteractor
- All Implemented Interfaces:
- IInteractor, ISocketElementListener
public class ModalDialogInteractor
- extends AbstractInteractor
ModalDialogInteractor is a class for implementing
interactors that provide modal dialogs.
- Version:
- $Revision: 1.21 $
- Author:
- Andrew Martin, Trace R&D Center
Created on: Sep 14, 2004
| Fields inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor |
calculable, cohesion, domain, executable, id, navindex, readable, ref, rootElement, socketElement, widget, writeable |
| 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 |
ModalDialogInteractor
public ModalDialogInteractor()
- Creates a new
ModalDialogInteractor instance.
ModalDialogInteractor
public ModalDialogInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
throws UrcException
- Creates a new
ModalDialogInteractor instance.
- Parameters:
rootElement - an Element valuesocketElement - an IUISocketElement value
- Throws:
UrcException
setSession
public void setSession(ClientSession s)
parse
public void parse(org.w3c.dom.Element rootElement)
throws UrcException
- Description copied from class:
AbstractInteractor
parse parses the XML for this interactor and converts the data into programmatically
accessible objects.
- Overrides:
parse in class AbstractInteractor
- Parameters:
rootElement - an Element value
- Throws:
UrcException
getInteractors
public java.util.List<IInteractor> getInteractors()
Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.