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

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

public class TextAreaInteractor
extends AbstractInteractor

TextAreaInteractor is an class representing text area widgets that are bound to UI Socket variables with multiline text entry.

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center Created on: Sep 14, 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
TextAreaInteractor()
          Creates a new TextAreaInteractor instance.
TextAreaInteractor(org.w3c.dom.Element rootElement, IUISocketElement socketElement)
          Creates a new TextAreaInteractor instance.
 
Method Summary
 boolean getIncremental()
           
 void setIncremental(boolean value)
           
 
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

TextAreaInteractor

public TextAreaInteractor()
Creates a new TextAreaInteractor instance.


TextAreaInteractor

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

Parameters:
rootElement - an Element value with the tag name "textarea".
socketElement - an IUISocketElement value that this interactor is bound to.
Throws:
UrcException
Method Detail

setIncremental

public void setIncremental(boolean value)

getIncremental

public boolean getIncremental()


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