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.Iteratorwhich 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 voidPromptDesigner. 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.prompt Modifier and Type Class Description classCheckGroupElementThis class represents a group of check boxes.classCheckListElementThis class represents a check list prompt element.classComboElementThis class represents a combo prompt element.classDateElementThis class represents a date prompt element.classLabelElementThis class represents a label prompt element.classNumberElementNumber field.classOnChangeResetElementAbstract class which adds OnChangeReset-functionality to a PromptElement.classRadioGroupElementThis class represents a radio group element.classTextElementA prompt element of type text.classTimeElementThis class represents a time prompt element.classTimeStampElementA 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.
-