Class AuSetAttribute


  • public class AuSetAttribute
    extends AuResponse
    A response to set the attribute of the specified component at the client.

    data[0]: the uuid of the component
    data[1]: the attribute name
    data[2]: the attribute value

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuSetAttribute

        public AuSetAttribute​(Component comp,
                              java.lang.String attr,
                              java.lang.Object val)
        Construct an instance for miscellaneous values, such as Boolean, Integer and so on.
        Parameters:
        val - the value. It could be null, String, Date, DeferredValue, and any kind of objects that the client accepts (marshaled by JSON).
        Since:
        5.0.0