Skip to content

Commit

Permalink
fix regression, restore removed getTextBox method in TextHeaderFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Oct 26, 2023
1 parent a3fdbce commit 83a44a4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ protected String getValue() {
return this.textBox.getValue();
}

/**
* Gets the TextBox used in the header filter.
*
* @return The TextBox element.
*/
public TextBox getTextBox() {
return textBox;
}

/**
* Gets the filter type of the header filter.
*
Expand Down

0 comments on commit 83a44a4

Please sign in to comment.