public abstract class OnChangeResetElement extends PromptElement
| Constructor and Description |
|---|
OnChangeResetElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOnChangeResetElement(OnChangeResetElement element)
Adds a OnChangeReset-children to the
PromptElement. |
Iterator<OnChangeResetElement> |
getAllOnChangeResetElementIterator()
Returns a
java.util.Iterator to get all OnChangeReset-children of this PromptElement and all related sub-children (=Recursive get). |
Iterator<OnChangeResetElement> |
onChangeResetElementIterator()
Returns a
java.util.Iterator to get all OnChangeReset-children of this PromptElement. |
void |
removeAllOnChangeResetElements()
Removes all OnChangeReset-children from the
PromptElement. |
void |
removeOnChangeResetElement(OnChangeResetElement element)
Removes the specified OnChangeReset-children from the
PromptElement. |
void |
resetAllSubValues()
Resets all OnChangeReset-children of this
PromptElement and all related sub-children (=Recursive reset). |
int |
sizeOfOnChangeResetElements()
Returns the number of
OnChangeResetElement's which are registered to this PromptElement |
getCustomField, getMessageInsert, getMessageNumber, getProperty, getTooltip, getValue, getValues, getVariable, hasList, isAltView, setAltView, setCustomField, setTooltip, setValue, setValues, setVariable, toString, updateDefaultValuepublic void addOnChangeResetElement(OnChangeResetElement element)
PromptElement.
Will only be added if no reset-loop occurs.element - OnChangeResetElement which should be addedpublic void removeOnChangeResetElement(OnChangeResetElement element)
PromptElement.element - OnChangeResetElement which should be removedpublic Iterator<OnChangeResetElement> onChangeResetElementIterator()
java.util.Iterator to get all OnChangeReset-children of this PromptElement.public void removeAllOnChangeResetElements()
PromptElement.public void resetAllSubValues()
PromptElement and all related sub-children (=Recursive reset).public Iterator<OnChangeResetElement> getAllOnChangeResetElementIterator()
java.util.Iterator to get all OnChangeReset-children of this PromptElement and all related sub-children (=Recursive get).public int sizeOfOnChangeResetElements()
OnChangeResetElement's which are registered to this PromptElementCopyright © 2021. All rights reserved.