Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.api.prompt |
This package contains prompt element classes.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
Iterator<PromptElement> |
PromptDesigner.iterator()
Returns an
java.util.Iterator which can used to read PromptElements of this PromptSet. |
Modifier and Type | Method and Description |
---|---|
void |
PromptDesigner.add(int index,
PromptElement element)
Inserts the PromptElement at the specified position.
|
void |
PromptDesigner.add(PromptElement element)
Adds a new PromptElement at the end of this PromptSet.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckGroupElement
This class represents a group of check boxes.
|
class |
CheckListElement
This class represents a check list prompt element.
|
class |
ComboElement
This class represents a combo prompt element.
|
class |
DateElement
This class represents a date prompt element.
|
class |
LabelElement
This class represents a label prompt element.
|
class |
NumberElement
Number field.
|
class |
OnChangeResetElement
Abstract class which adds OnChangeReset-functionality to a PromptElement.
|
class |
RadioGroupElement
This class represents a radio group element.
|
class |
TextElement
A prompt element of type text.
|
class |
TimeElement
This class represents a time prompt element.
|
class |
TimeStampElement
A Timestamp element.
|
Modifier and Type | Method and Description |
---|---|
Iterator<PromptElement> |
TaskPromptSetContent.iterator()
The returned Iterator can be used to set values of PromptElements the
execution of an executable object.
|
Copyright © 2019. All rights reserved.