Uses of Class
com.uc4.api.prompt.OnChangeResetElement
-
Packages that use OnChangeResetElement Package Description com.uc4.api.prompt -
-
Uses of OnChangeResetElement in com.uc4.api.prompt
Subclasses of OnChangeResetElement 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.classTextElementA prompt element of type text.Methods in com.uc4.api.prompt that return types with arguments of type OnChangeResetElement Modifier and Type Method Description java.util.Iterator<OnChangeResetElement>OnChangeResetElement. getAllOnChangeResetElementIterator()Returns ajava.util.Iteratorto get all OnChangeReset-children of thisPromptElementand all related sub-children (=Recursive get).java.util.Iterator<OnChangeResetElement>OnChangeResetElement. onChangeResetElementIterator()Returns ajava.util.Iteratorto get all OnChangeReset-children of thisPromptElement.Methods in com.uc4.api.prompt with parameters of type OnChangeResetElement Modifier and Type Method Description voidOnChangeResetElement. addOnChangeResetElement(OnChangeResetElement element)Adds a OnChangeReset-children to thePromptElement.voidOnChangeResetElement. removeOnChangeResetElement(OnChangeResetElement element)Removes the specified OnChangeReset-children from thePromptElement.
-