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