Annotation Type Updatable

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String after  
      String[] parameters
      This "list" will represent the parameter the caller will send to the action.
    • Element Detail

      • value

        String value
        Returns:
        value of @Update method form this component family update actions.
      • after

        String after
        Returns:
        property reference in the decorated object to append the button after.
        Default:
        ""
      • parameters

        String[] parameters
        This "list" will represent the parameter the caller will send to the action. Syntax is the following:
        • .: represents the decorated option (aka "this")
        • ../foo: represents the
           foo
           
          option of the parent (if exists) of "."
        • bar: represents the
           bar
           
          sibling option of the decorated field
        • bar/dummy: represents the
           dummy
           
          option of the child bar of the decorated field
        This syntax is close to path syntax but the important point is all the parameters are related to the decorated option. By default no data are sent since you generally need other parts of the form than the decorated model to be able to populate it.
        Returns:
        parameters for the action.
        Default:
        {}