class sap.ui.mdc.p13n.panels.SortQueryPanel

Visiblity: restricted
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/mdc/p13n/panels/SortQueryPanel
Application Component: CA-UI5-MDC

Constructor

Constructor for a new SortQueryPanel. The SortQueryPanel can be used to personalize sorters for a control by using a sort specific QueryPanel implementation. The SortQueryPanel will enhance the QueryPanel by adding a toggle to switch between ascending and desceding sortorder by also displaying this configuration in form of a text control.

new sap.ui.mdc.p13n.panels.SortQueryPanel()

Borrowed Properties

Name Type Default Value Description
queryLimit int -1 Visibility: public

Methods Overview

Method Description
sap.ui.mdc.p13n.panels.SortQueryPanel.extend

Creates a new subclass of class sap.ui.mdc.p13n.panels.SortQueryPanel with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.mdc.p13n.panels.QueryPanel.extend.

sap.ui.mdc.p13n.panels.SortQueryPanel.getMetadata

Returns a metadata object for class sap.ui.mdc.p13n.panels.SortQueryPanel.

sap.ui.mdc.p13n.panels.SortQueryPanel.extend

Creates a new subclass of class sap.ui.mdc.p13n.panels.SortQueryPanel with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.mdc.p13n.panels.QueryPanel.extend.

Param Type DefaultValue Description
sClassName string

Name of the class being created

oClassInfo object

Object literal with information about the class

FNMetaImpl function

Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class

sap.ui.mdc.p13n.panels.SortQueryPanel.getMetadata

Returns a metadata object for class sap.ui.mdc.p13n.panels.SortQueryPanel.