Interface IFormSubmittingComponent

    • Method Detail

      • setDefaultFormProcessing

        Component setDefaultFormProcessing​(boolean defaultFormProcessing)
        Sets the defaultFormProcessing property. When false (default is true), all validation and form updating is bypassed and the onSubmit method of that button is called directly, and the onSubmit method of the parent form is not called. A common use for this is to create a cancel button.
        Parameters:
        defaultFormProcessing -
        Returns:
        this component
      • getInputName

        String getInputName()
        Returns the name that is unique to this component, at least within the form.
        Returns:
        component name