Skip to content

Commit e2ce822

Browse files
committed
add ListFilter.getItems()
1 parent f9eb40d commit e2ce822

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

custom/src/main/java/com/isolpro/custom/ListFilter.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ protected void notifyFilterChanged() {
4242
onFilterChanged.exec(filteredItems);
4343
}
4444

45+
public List<T> getItems() {
46+
return items;
47+
}
48+
4549
public List<T> getFilteredItems() {
4650
return filteredItems;
4751
}

0 commit comments

Comments
 (0)