We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05094c8 commit 62360b3Copy full SHA for 62360b3
src/main/java/com/flowingcode/vaadin/addons/enhancedtabs/EnhancedTabs.java
@@ -590,7 +590,7 @@ public int getTabCount() {
590
return (int) getTabs().count();
591
}
592
593
- private Stream<Tab> getTabs() {
+ public Stream<Tab> getTabs() {
594
return getContent().getItems().stream().map(EnhancedTabs::getTab).filter(Objects::nonNull);
595
596
0 commit comments