Interface ListLoadConfig
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
FilterPagingLoadConfig
,PagingLoadConfig
- All Known Implementing Classes:
FilterPagingLoadConfigBean
,ListLoadConfigBean
,PagingLoadConfigBean
public interface ListLoadConfig extends Serializable
Load config interface for list based data. Adds support for sort information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends SortInfo>
getSortInfo()
Returns the sort info.void
setSortInfo(List<? extends SortInfo> info)
Sets the sort info.
-