Uses of Class
com.uc4.api.objects.PromptElement
-
Packages that use PromptElement Package Description com.uc4.api.objects com.uc4.api.prompt com.uc4.communication.requests -
-
Uses of PromptElement in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type PromptElement Modifier and Type Method Description java.util.Iterator<PromptElement>
PromptDesigner. iterator()
Returns anjava.util.Iterator
which can used to read PromptElements of this PromptSet.protected java.util.List<PromptElement>
ObjectFactory. loadPromptElements(org.w3c.dom.Element promptElementRoot, boolean isExecutionMode)
Internal use, load promptElementsMethods in com.uc4.api.objects with parameters of type PromptElement Modifier and Type Method 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. -
Uses of PromptElement in com.uc4.api.prompt
Subclasses of PromptElement in com.uc4.api.prompt Modifier and Type Class 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. -
Uses of PromptElement in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return types with arguments of type PromptElement Modifier and Type Method Description java.util.Iterator<PromptElement>
TaskPromptSetContent. iterator()
The returned Iterator can be used to set values of PromptElements the execution of an executable object.
-