Package edu.wisc.trace.urcsdk.client.pret

Provides classes for implementing URC interactors.

See:
          Description

Class Summary
AbstractInteractor AbstractInteractor is the abstract form of an interactor.
BooleanInteractor BooleanInteractor a class representing boolean UI interactions such as check boxes.
DateInteractor DateInteractor a class representing Date UI interactions.
DateTimeInteractor DateTimeInteractor a class representing DateTime UI interactions.
DayInteractor DayInteractor a class representing Day UI interactions.
DecimalInteractor DecimalInteractor a class representing Decimal UI interactions.
DurationInteractor DurationInteractor a class representing Duration UI interactions.
Group Group represents the special-case PreT element that groups interactors.
InputInteractor InputInteractor single-line represents text-entry interactors.
ModalDialogInteractor ModalDialogInteractor is a class for implementing interactors that provide modal dialogs.
MonthDayInteractor MonthDayInteractor a class representing MonthDay UI interactions such as check boxes.
MonthInteractor MonthInteractor a class representing Month UI interactions such as check boxes.
OutputInteractor OutputInteractor is a class whose purpose is to output it's value.
RangeInteractor RangeInteractor is a class that represents interactors where a range of values can be selected.
SecretInteractor SecretInteractor is a class representing text input that must be kept hidden, e.g.
Select1Interactor Select1Interactor is a class representing a list of items where only one item is selectable at a time.
SelectInteractor SelectInteractor is a class that represents a list of items where multiple items can be selected.
TextAreaInteractor TextAreaInteractor is an class representing text area widgets that are bound to UI Socket variables with multiline text entry.
TimedTriggerInteractor TimedTriggerInteractor is an class that is bound to timedCommand elements.
TimeInteractor TimeInteractor a class representing DateTime UI interactions such as check boxes.
TriggerInteractor TriggerInteractor is an class that is bound to command elements.
YearInteractor YearInteractor a class representing Year UI interactions such as check boxes.
YearMonthInteractor YearMonthInteractor a class representing YearMonth UI interactions such as check boxes.
 

Package edu.wisc.trace.urcsdk.client.pret Description

Provides classes for implementing URC interactors.

Classes within this package are implemented or overridden to implement new URC interactors.



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