Class VirtualListViewResponseContainer

    • Constructor Detail

      • VirtualListViewResponseContainer

        public VirtualListViewResponseContainer​(Control control)
        Creates a new VirtualListViewResponseContainer object.
        Parameters:
        control - The VLV control to store
    • Method Detail

      • getVirtualListViewResponse

        public VirtualListViewResponse getVirtualListViewResponse()
        Returns:
        The decorated VLV control
      • setControl

        public void setControl​(Control control)
        Set the VLV control
        Specified by:
        setControl in interface ControlContainer
        Parameters:
        control - The VLV control
      • clean

        public void clean()
        Clean the container for the next usage.
        Overrides:
        clean in class AbstractContainer