Class AuClearWrongValue


  • public class AuClearWrongValue
    extends AuResponse
    A response to ask the client to close the error messages belonging the specified component, if any.

    data[0]: the component.
    data[1]: the 2nd component, if any
    ...

    Since:
    5.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuClearWrongValue

        public AuClearWrongValue​(java.util.List<? extends Component> comps)
        Parameters:
        comps - a list of components
      • AuClearWrongValue

        public AuClearWrongValue​(Component[] comps)
        Parameters:
        comps - a list of components
      • AuClearWrongValue

        public AuClearWrongValue​(Component comp)
        Unlike other constructors, the object instantiated by this method depends on the specified comp.
        Parameters:
        comp - the component whose error box, if any, shall be closed.