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 TypeClassDescriptionclass
This class represents a group of check boxes.class
This class represents a check list prompt element.class
This class represents a combo prompt element.class
A 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.Iterator
to get all OnChangeReset-children of thisPromptElement
and all related sub-children (=Recursive get).OnChangeResetElement.onChangeResetElementIterator()
Returns ajava.util.Iterator
to get all OnChangeReset-children of thisPromptElement
.Methods in com.uc4.api.prompt with parameters of type OnChangeResetElementModifier and TypeMethodDescriptionvoid
OnChangeResetElement.addOnChangeResetElement
(OnChangeResetElement element) Adds a OnChangeReset-children to thePromptElement
.void
OnChangeResetElement.removeOnChangeResetElement
(OnChangeResetElement element) Removes the specified OnChangeReset-children from thePromptElement
.