| Modifier and Type | Method and Description |
|---|---|
List<FileBrowserSort> |
FileBrowserController.getSorts(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get sorts model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static FileBrowserSort |
FileBrowserSort.fromId(String id)
Get criteria from identifier.
|
FileBrowserSort |
FileBrowserSortCriteria.getSort()
Getter for sort.
|
static FileBrowserSort |
FileBrowserSort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileBrowserSort[] |
FileBrowserSort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileBrowserSortCriteria.setSort(FileBrowserSort sort)
Setter for sort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileBrowserService.sortItems(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
FileBrowserForm form,
FileBrowserSort sort,
boolean alt)
Sort file browser items.
|
void |
FileBrowserServiceImpl.sortItems(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
FileBrowserForm form,
FileBrowserSort sort,
boolean alt)
Sort file browser items.
|
Copyright © 2021. All rights reserved.