Skip to content

Commit 59f4da2

Browse files
javier-godoypaodb
authored andcommitted
feat: add getTabs method
1 parent 05094c8 commit 59f4da2

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

Lines changed: 1 addition & 1 deletion
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)