Interface 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setExecute(javax.el.ValueExpression execute)
    A list of ids of components.
  • Method Details

    • setExecute

      void setExecute(javax.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.