Creates a new instance of a PresentationVariant class. If no parameter is passed, an new empty instance is created whose ID has been set to ""
. Passing a JSON-serialized string complying to the Selection Variant Specification will parse it, and the newly created instance will contain the same information.
Method | Description |
---|---|
sap.ui.generic.app.navigation.service.PresentationVariant.extend |
Creates a new subclass of class sap.ui.generic.app.navigation.service.PresentationVariant with name
|
sap.ui.generic.app.navigation.service.PresentationVariant.getChartVisualization |
Gets the chart visualization property. |
sap.ui.generic.app.navigation.service.PresentationVariant.getContextUrl |
Gets the current context URL intended for the query. |
sap.ui.generic.app.navigation.service.PresentationVariant.getID |
Returns the identification of the selection variant. |
sap.ui.generic.app.navigation.service.PresentationVariant.getMetadata |
Returns a metadata object for class sap.ui.generic.app.navigation.service.PresentationVariant. |
sap.ui.generic.app.navigation.service.PresentationVariant.getProperties |
Gets the more trivial properties. Basically all properties with the exception of the Visualization. |
sap.ui.generic.app.navigation.service.PresentationVariant.getTableVisualization |
Gets the table visualization property. |
sap.ui.generic.app.navigation.service.PresentationVariant.getText |
Returns the current text / description of this selection variant. |
sap.ui.generic.app.navigation.service.PresentationVariant.isEmpty |
Returns |
sap.ui.generic.app.navigation.service.PresentationVariant.setChartVisualization |
Sets the chart visualization property. |
sap.ui.generic.app.navigation.service.PresentationVariant.setContextUrl |
Sets the context URL. |
sap.ui.generic.app.navigation.service.PresentationVariant.setID |
Sets the identification of the selection variant. |
sap.ui.generic.app.navigation.service.PresentationVariant.setProperties |
Sets the more trivial properties. Basically all properties with the exception of the Visualization. |
sap.ui.generic.app.navigation.service.PresentationVariant.setTableVisualization |
Sets the table visualization property. |
sap.ui.generic.app.navigation.service.PresentationVariant.setText |
Sets the text / description of the selection variant. |
sap.ui.generic.app.navigation.service.PresentationVariant.toJSONObject |
Returns the external representation of the selection variant as JSON object. |
sap.ui.generic.app.navigation.service.PresentationVariant.toJSONString |
Serializes this instance into a JSON-formatted string. |