Uses of Class
com.uc4.api.objects.PromptElement
Packages that use PromptElement
-
Uses of PromptElement in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type PromptElementModifier and TypeMethodDescriptionPromptDesigner.iterator()Returns anjava.util.Iteratorwhich can used to read PromptElements of this PromptSet.protected List<PromptElement>ObjectFactory.loadPromptElements(Element promptElementRoot, boolean isExecutionMode) Internal use, load promptElementsMethods in com.uc4.api.objects with parameters of type PromptElementModifier and TypeMethodDescriptionvoidPromptDesigner.add(int index, PromptElement element) Inserts the PromptElement at the specified position.voidPromptDesigner.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.promptModifier and TypeClassDescriptionclassThis class represents a group of check boxes.classThis class represents a check list prompt element.classThis class represents a combo prompt element.classThis class represents a date prompt element.classThis class represents a label prompt element.classNumber field.classAbstract class which adds OnChangeReset-functionality to a PromptElement.classThis class represents a radio group element.classA prompt element of type text.classThis class represents a time prompt element.classA Timestamp element. -
Uses of PromptElement in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return types with arguments of type PromptElementModifier and TypeMethodDescriptionTaskPromptSetContent.iterator()The returned Iterator can be used to set values of PromptElements the execution of an executable object.