-
Notifications
You must be signed in to change notification settings - Fork 51
Add pagination to side bar card lists (Representation and Dissemination) #3577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| * @author Eduardo Teixeira <[email protected]> | ||
| */ | ||
| public class SorterUtils { | ||
| public static Sorter dipsDefault(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format this code using our settings.
| updatePaginationState(); | ||
| } | ||
|
|
||
| private void setHidden(Widget w, boolean hidden){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format this code using our settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section of the code still has the wrong formatting.
| updatePaginationState(); | ||
| } | ||
|
|
||
| private void setHidden(Widget w, boolean hidden){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section of the code still has the wrong formatting.
PR focus on the addition of pagination funcionality in the sideBar lists found in AIP and File browse pages.
ThumbnailCardListand its ui.xml to support reusable pagination logic and UiBinder based controlsSorterUtilsfor sort definitions used by paginated sidebar listsNavigationToolBarAIPDisseminationCardListandFileDisseminationCardList