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