Package | Description |
---|---|
com.uc4.api.prompt |
This package contains prompt element classes.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<OnChangeResetElement> |
OnChangeResetElement.getAllOnChangeResetElementIterator()
Returns a
java.util.Iterator to get all OnChangeReset-children of this PromptElement and all related sub-children (=Recursive get). |
Iterator<OnChangeResetElement> |
OnChangeResetElement.onChangeResetElementIterator()
Returns a
java.util.Iterator to get all OnChangeReset-children of this PromptElement . |
Modifier and Type | Method and Description |
---|---|
void |
OnChangeResetElement.addOnChangeResetElement(OnChangeResetElement element)
Adds a OnChangeReset-children to the
PromptElement . |
void |
OnChangeResetElement.removeOnChangeResetElement(OnChangeResetElement element)
Removes the specified OnChangeReset-children from the
PromptElement . |
Copyright © 2019. All rights reserved.