Main Content

matlab.mixin.CustomDisplay.getDetailedFooter

Class: matlab.mixin.CustomDisplay
Namespace: matlab.mixin

Return default detailed footer for object display

Syntax

footer = matlab.mixin.CustomDisplay.getDetailedFooter(obj)

Description

footer = matlab.mixin.CustomDisplay.getDetailedFooter(obj) returns this linked text for handle classes:

Methods, Events, Superclasses

Each link executes the corresponding command on obj. For example, Methods calls methods(obj). For value classes, Events is omitted.

The method returns an empty character vector if the display does not support links.

Input Arguments

expand all

Object to return detailed footer for. The class of obj must be derived from matlab.mixin.CustomDisplay.

Attributes

Statictrue
Accessprotected
Sealedtrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2013a