Class GoFilter

    • Constructor Detail

      • GoFilter

        public GoFilter​(String id)
        Constructor This constructor will use the default model for the button's text
        Parameters:
        id - component id
      • GoFilter

        public GoFilter​(String id,
                        IModel<String> goModel)
        Constructor
        Parameters:
        id - component id
        goModel - model for the button's text
    • Method Detail

      • onGoSubmit

        protected void onGoSubmit​(Button button)
        This method can be overridden by subclasses to provide non-standard behavior for the 'go' button.
        Parameters:
        button - the 'go' button, can be used to get to the Form object and through that to the filter state object by retrieving the form's model object