SortListRenderer
in package
Table of Contents
- ELEMENT_ID = 'onofficeSortListSelector'
- createHtmlSelector() : string
- createHtml() : string
- createOptionLabel() : string
- createOptionValue() : string
- createSelectedValue() : string
- estimateDirectionLabelBySortorder() : string
Constants
ELEMENT_ID
public
mixed
ELEMENT_ID
= 'onofficeSortListSelector'
Methods
createHtmlSelector()
public
createHtmlSelector(SortListDataModel $pSortListModel) : string
Parameters
- $pSortListModel : SortListDataModel
Return values
string —createHtml()
private
createHtml(SortListDataModel $pSortListModel) : string
Parameters
- $pSortListModel : SortListDataModel
Return values
string —createOptionLabel()
private
createOptionLabel(SortListDataModel $pSortListModel, string $sortby, string $sortorder) : string
Parameters
- $pSortListModel : SortListDataModel
- $sortby : string
- $sortorder : string
Return values
string —createOptionValue()
private
createOptionValue(string $sortby, string $sortorder) : string
Parameters
- $sortby : string
- $sortorder : string
Return values
string —createSelectedValue()
private
createSelectedValue(SortListDataModel $pSortListModel) : string
Parameters
- $pSortListModel : SortListDataModel
Return values
string —estimateDirectionLabelBySortorder()
private
estimateDirectionLabelBySortorder(SortListDataModel $pSortListModel, string $sortorder) : string
Parameters
- $pSortListModel : SortListDataModel
- $sortorder : string