namespace sap.ui.core.mvc

Control sample: sap.ui.core.mvc
Visiblity: public
Available since: N/A
Module: sap/ui/core/mvc/View
Application Component: CA-UI5-COR

Nodes Overview

Node Description
sap.ui.core.mvc.Controller

A generic controller implementation for the UI5 Model-View-Controller concept.

sap.ui.core.mvc.ControllerExtension

Base class for controller extensions.

sap.ui.core.mvc.ControllerExtensionProvider

Static controller extensions provider.

sap.ui.core.mvc.HTMLView

A view defined/constructed by declarative HTML.

sap.ui.core.mvc.IControllerExtension

Marker interface for a ControllerExtension.

sap.ui.core.mvc.JSONView

A View defined using JSON.

sap.ui.core.mvc.JSView

A View defined/constructed by JavaScript code.

sap.ui.core.mvc.OverrideExecution

Execution option for overrides defined by a ControllerExtension.

sap.ui.core.mvc.TemplateView

A view defined in a template.

sap.ui.core.mvc.View

A base class for Views.

sap.ui.core.mvc.ViewType

Specifies possible view types.

sap.ui.core.mvc.XMLView

A View defined using XML and, optionally, pure HTML markup.


Methods Overview

Method Description