edu.wisc.trace.urcsdk.client.pret
Class DateTimeInteractor

java.lang.Object
  extended by edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
      extended by edu.wisc.trace.urcsdk.client.pret.DateTimeInteractor
All Implemented Interfaces:
IInteractor, ISocketElementListener

public class DateTimeInteractor
extends AbstractInteractor

DateTimeInteractor a class representing DateTime UI interactions.

Version:
$Revision: 1.21 $
Author:
Hemanth Vijayan, Trace R&D Center Created on: Sept, 2006

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
DateTimeInteractor()
          Creates a new DateTimeInteractor instance.
DateTimeInteractor(org.w3c.dom.Element rootElement, IUISocketElement socketElement)
          Creates a new DateTimeInteractor instance.
 
Method Summary
 void parse(org.w3c.dom.Element rootElement)
          Parses the DateTime element.
 
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

DateTimeInteractor

public DateTimeInteractor()
Creates a new DateTimeInteractor instance.


DateTimeInteractor

public DateTimeInteractor(org.w3c.dom.Element rootElement,
                          IUISocketElement socketElement)
                   throws UrcException
Creates a new DateTimeInteractor instance.

Parameters:
rootElement - an Element value
socketElement - an IUISocketElement value
Throws:
UrcException
Method Detail

parse

public void parse(org.w3c.dom.Element rootElement)
           throws UrcException
Parses the DateTime element. Throws an exception if secret is set to true.

Overrides:
parse in class AbstractInteractor
Parameters:
rootElement -
Throws:
UrcException


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.