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

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

public class YearMonthInteractor
extends AbstractInteractor

YearMonthInteractor a class representing YearMonth UI interactions such as check boxes.

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center Created on: Sep 23, 2004

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
YearMonthInteractor()
          Creates a new YearMonthInteractor instance.
YearMonthInteractor(org.w3c.dom.Element rootElement, IUISocketElement socketElement)
          Creates a new YearMonthInteractor instance.
 
Method Summary
 
Methods inherited from class edu.wisc.trace.urcsdk.client.pret.AbstractInteractor
getDomain, getID, getNavindex, getPretDomain, getRef, getSelfRef, getSocketElement, getUIComponent, parse, 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

YearMonthInteractor

public YearMonthInteractor()
Creates a new YearMonthInteractor instance.


YearMonthInteractor

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

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


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