|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.urcsdk.client.pret.AbstractInteractor
edu.wisc.trace.urcsdk.client.pret.SelectInteractor
public class SelectInteractor
SelectInteractor is a class that represents
a list of items where multiple items can be selected.
| 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 | |
|---|---|
SelectInteractor()
Creates a new SelectInteractor object. |
|
SelectInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
Creates a new SelectInteractor 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 |
|---|
public SelectInteractor()
public SelectInteractor(org.w3c.dom.Element rootElement,
IUISocketElement socketElement)
throws UrcException
SelectInteractor instance.
rootElement - an Element value with tag name equal to "select1".socketElement - an IUISocketElement value that this interactor is bound to.
UrcException| Method Detail |
|---|
public void setIncremental(boolean value)
public boolean getIncremental()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||