Skip to content

Commit 48caa02

Browse files
authored
added interfaces for vertical dividers
1 parent 0aff430 commit 48caa02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tableview/src/main/java/com/evrencoskun/tableview/ITableView.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public interface ITableView {
4848
boolean isIgnoreSelectionColors();
4949

5050
boolean isShowHorizontalSeparators();
51+
52+
boolean isShowVerticalSeparators();
5153

5254
boolean isSortable();
5355

@@ -74,6 +76,8 @@ public interface ITableView {
7476
ColumnSortHandler getColumnSortHandler();
7577

7678
DividerItemDecoration getHorizontalItemDecoration();
79+
80+
DividerItemDecoration getVerticalItemDecoration();
7781

7882
SortState getSortingStatus(int column);
7983

0 commit comments

Comments
 (0)