Commit 26c0b15
authored
Make properties public in Grid View Page
Properties such as **`pageNo`**, **`sortField`**, and **`sortOrder`** are available in **`MultipleLinkPage`**, but they are not exposed in the new **`AbstractGridViewPage`** implementation. There’s no clear justification for limiting access to these attributes.
As a developer, I may need direct access to these properties, for example, to persist user preferences, implement custom pagination or sorting behavior, or synchronize state between the frontend and backend. Therefore, it would be beneficial to make these properties accessible (e.g., through protected or public getters), ensuring greater flexibility and consistency with the previous implementation.1 parent f24343f commit 26c0b15
File tree
1 file changed
+3
-3
lines changed- wcfsetup/install/files/lib/page
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments