Skip to content

Commit 62360b3

Browse files
committed
feat: add getTabs method
1 parent 05094c8 commit 62360b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/enhancedtabs/EnhancedTabs.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public int getTabCount() {
590590
return (int) getTabs().count();
591591
}
592592

593-
private Stream<Tab> getTabs() {
593+
public Stream<Tab> getTabs() {
594594
return getContent().getItems().stream().map(EnhancedTabs::getTab).filter(Objects::nonNull);
595595
}
596596

0 commit comments

Comments
 (0)