Class AbstractFilter

    • Constructor Detail

    • Method Detail

      • enableFocusTracking

        protected void enableFocusTracking​(FormComponent<?> fc)
        Enables the tracking of focus for the specified form component. This allows the filter form to restore focus to the component which caused the form submission. Great for when you are inside a filter textbox and use the enter key to submit the filter.
        Parameters:
        fc - form component for which focus tracking will be enabled