Class SortPaneProvider
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.fragments.search.SortPaneProvider
-
- All Implemented Interfaces:
ComponentOperatorRegistry.ComponentOperator,SortTabOperator
public final class SortPaneProvider extends Object implements SortTabOperator
Provider of the Sort pane
-
-
Constructor Summary
Constructors Constructor Description SortPaneProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JScrollPaneget()SortgetSort()voidsetSearchModel(Search model)voidsetSortableFields(Collection<String> sortableFields)
-
-
-
Method Detail
-
get
public JScrollPane get()
-
setSearchModel
public void setSearchModel(Search model)
- Specified by:
setSearchModelin interfaceSortTabOperator
-
setSortableFields
public void setSortableFields(Collection<String> sortableFields)
- Specified by:
setSortableFieldsin interfaceSortTabOperator
-
getSort
public Sort getSort()
- Specified by:
getSortin interfaceSortTabOperator
-
-