Schnittstelle ResetInputActionListenerTagDeclaration
public interface ResetInputActionListenerTagDeclaration
A ResetInputActionListener is a declarative way to allow an action source to reset all EditableValueHolder
of a page or in a sub-form or part of the component tree.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setExecute
(jakarta.el.ValueExpression execute) A list of ids of components.
-
Methodendetails
-
setExecute
void setExecute(jakarta.el.ValueExpression execute) A list of ids of components. For each id, the surrounding (virtual) UIForm will be searched, and for each of them, all containing EditableValueHolder will be reset.
-